OSDN Git Service

* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
authorcgf <cgf>
Sun, 2 Jan 2005 02:22:25 +0000 (02:22 +0000)
committercgf <cgf>
Sun, 2 Jan 2005 02:22:25 +0000 (02:22 +0000)
commit2ddb8252bd35b9b1cf1d5dcb40297a1465831e55
tree4d1c4dd85b046c196293448beec904e38fea9638
parent23df6b5cdf31ed6c8e1115068e786792a99627e5
* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
(cygthread::cygthread): Actually pass name as argument to debugging output to
avoid SEGV when strace'ing.
(cygthread::release): Don't set stack_ptr to NULL, since it is only set once on
first entry to a stub not on each stub iteration.
(cygthead::exit_thread): Remove obsolete function.
* cygthread.h (cygthread::exit_thread): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/cygthread.h