]> sourceware.org Git - newlib-cygwin.git/commit
* thread.cc (pthread::create): Use thread mutex to control synchronization
authorChristopher Faylor <me@cgf.cx>
Tue, 13 Apr 2004 02:59:19 +0000 (02:59 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 13 Apr 2004 02:59:19 +0000 (02:59 +0000)
commit3e78b5d75cc6e88e8730d94d7e73ef269891fd52
tree1bee0e27fc9102878a83fd31e39c88002d3fb0ed
parentb96dbd203d4115d3a18c8cbc3660c0f640508033
* thread.cc (pthread::create): Use thread mutex to control synchronization
rather than creating a suspended thread.  Wait for "cancellation event" to
indicate that started thread has been properly initialized.
(pthread::thread_init_wrapper): Use set_tls_self_pointer() to set tid and
cygtls.  Signal with cancel_event when done.
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc
This page took 0.029725 seconds and 5 git commands to generate.