freebsd-skq/lib/libthr
David Xu b13a8fa78f Use unused fourth argument of umtx_op to pass flags to kernel for operation
UMTX_OP_WAIT. Upper 16bits is enough to hold a clock id, and lower
16bits is used to pass flags. The change saves a clock_gettime() syscall
from libthr.
2012-02-22 03:22:49 +00:00
..
arch Add thread-local storage support for arm: 2012-02-14 00:17:43 +00:00
support
sys
thread Use unused fourth argument of umtx_op to pass flags to kernel for operation 2012-02-22 03:22:49 +00:00
libthr.3
Makefile Oops, don't remove -fexceptions flag. 2010-10-08 01:53:33 +00:00
pthread.map Introduce a non-portable function pthread_getthreadid_np(3) to retrieve 2011-02-07 21:26:46 +00:00