mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 03:20:28 +08:00
* cygthread.cc (cygthread::release): Add a comment.
This commit is contained in:
parent
bc88ea65a1
commit
e41ff6093e
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-27 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygthread.cc (cygthread::release): Add a comment.
|
||||||
|
|
||||||
2006-02-27 Corinna Vinschen <corinna@vinschen.de>
|
2006-02-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguous
|
* fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguous
|
||||||
|
@ -275,6 +275,7 @@ cygthread::release (bool nuke_h)
|
|||||||
#endif
|
#endif
|
||||||
__name = NULL;
|
__name = NULL;
|
||||||
func = NULL;
|
func = NULL;
|
||||||
|
/* Must be last */
|
||||||
if (!InterlockedExchange (&inuse, 0))
|
if (!InterlockedExchange (&inuse, 0))
|
||||||
#ifdef DEBUGGING
|
#ifdef DEBUGGING
|
||||||
api_fatal ("released a thread that was not inuse");
|
api_fatal ("released a thread that was not inuse");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user