freebsd-skq/lib/libthr
davidxu fcda4340a4 Move checking for c_has_waiters into low level _thr_ucond_signal and
_thr_ucond_broadcast, clear condition variable pointer in cancellation
info after returing from _thr_ucond_wait, since kernel has already
dropped the internal lock, so we don't need to unlock it in cancellation
handler again.
2006-12-12 03:08:49 +00:00
..
arch Stylize: avoid using a global register variable. 2006-09-01 21:01:11 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys __error could be called too early before libthr is initialized, test 2006-07-12 03:44:05 +00:00
thread Move checking for c_has_waiters into low level _thr_ucond_signal and 2006-12-12 03:08:49 +00:00
libthr.3 Markup fixes. 2005-06-16 19:01:07 +00:00
Makefile - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. 2006-11-26 14:36:34 +00:00
pthread.map 1. Don't override underscore version of aio_suspend(), system(), 2006-07-25 12:50:05 +00:00