]> sourceware.org Git - newlib-cygwin.git/commit
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 16 Jul 2014 10:21:18 +0000 (10:21 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 16 Jul 2014 10:21:18 +0000 (10:21 +0000)
commit2f84de1ff5872260898773859ea2d88cf90c232e
tree86ab8e610ca632cd1a6604e31f0c6fb6e9c7b913
parentee5055296a64186b7561c7461b1797b584da7ff2
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
Add comment.
(pthread_attr_setstack): Store upper bound address in stackaddr.
Explain why.
(pthread_attr_getstack): Handle stackaddr as upper bound address.
Add comment.
(pthread_attr_setstackaddr): Add comment.
(pthread_attr_getstackaddr): Add comment.
(pthread_attr_getstacksize): Return default stacksize if stacksize has
not been set by the application, just as on Linux.  Add comment.
(pthread_getattr_np): Store upper bound address in stackaddr.  Explain
why.
* include/pthread.h: Remove outdated comment.
(pthread_attr_getstackaddr): Mark as deprecated, as on Linux.
(pthread_attr_setstackaddr): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/include/pthread.h
winsup/cygwin/thread.cc
This page took 0.031552 seconds and 5 git commands to generate.