freebsd-skq/lib/libthr
davidxu d6c88c0f27 Refine thread suspension code, now thread suspension is a blockable
operation, the caller is blocked util target threads are really
suspended, also avoid suspending a thread when it is holding a
critical lock.
Fix a bug in _thr_ref_delete which tests a never set flag.
2006-01-05 13:51:22 +00:00
..
arch Remove unused variable. 2005-10-29 13:40:31 +00:00
support Use thr_new syscall to create a new thread, obscure context operations 2005-04-23 02:48:59 +00:00
sys Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thread Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
libthr.3 Markup fixes. 2005-06-16 19:01:07 +00:00
Makefile Link libthr to libpthread on Alpha and Sparc. 2005-10-27 10:21:23 +00:00
pthread.map 1. Add SIGEV_THREAD notification for mq_notify. 2006-01-04 11:48:02 +00:00