freebsd-dev/lib/libthr
David Xu bbb64c2143 In current code, statically initialized and destroyed object have
same null value, the code can not distinguish between them, to
fix the problem, now a destroyed object is assigned to a non-null
value, and it will be rejected by some pthread functions.
PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP is changed to number 1, so that
adaptive mutex can be statically initialized correctly.
2010-09-28 04:57:56 +00:00
..
arch Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
support Merge from tbemd, with a small amount of rework: 2010-09-13 01:43:10 +00:00
sys
thread In current code, statically initialized and destroyed object have 2010-09-28 04:57:56 +00:00
libthr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
Makefile To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
pthread.map To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00