* thread.cc (pthread::create): Move postcreate call to avoid a potential race.

(pthread::cancelable_wait): Don't allow signal interrupt unless main thread.
This commit is contained in:
Christopher Faylor 2004-05-07 03:31:04 +00:00
parent 1940656ab9
commit 9b0b76ba92
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-05-06 Christopher Faylor <cgf@alum.bu.edu>
* thread.cc (pthread::create): Move postcreate call to avoid a
potential race.
(pthread::cancelable_wait): Don't allow signal interrupt unless main
thread.
2004-05-07 Pierre Humblet <pierre.humblet@ieee.org>
Christopher Faylor <cgf@timesys.com>