Searched hist:213241 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_rwlock.cdiff 213241 Tue Sep 28 03:01:28 MDT 2010 davidxu 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.
H A Dthr_cond.cdiff 213241 Tue Sep 28 03:01:28 MDT 2010 davidxu 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.

Completed in 164 milliseconds