freebsd-dev/lib/libthr
David Xu 9ad4b64459 Remove priority mutex code because it does not work correctly,
to make it work, turnstile like mechanism to support priority
propagating and other realtime scheduling options in kernel
should be available to userland mutex, for the moment, I just
want to make libthr be simple and efficient thread library.

Discussed with: deischen, julian
2006-03-27 23:50:21 +00:00
..
arch Remove functions i386_get_gsbase and i386_set_gsbase, they were already 2006-01-07 06:01:43 +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 Remove priority mutex code because it does not work correctly, 2006-03-27 23:50:21 +00:00
libthr.3 Markup fixes. 2005-06-16 19:01:07 +00:00
Makefile Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. 2006-03-27 05:58:58 +00:00
pthread.map Remove mqueue and timer, now they are in librt. 2006-03-08 23:47:04 +00:00