freebsd-dev/lib/libthr
David Xu 8f0371f19d Fix name compatible problem with POSIX standard. the sigval_ptr and
sigval_int really should be sival_ptr and sival_int.
Also sigev_notify_function accepts a union sigval value but not a
pointer.
2005-11-04 09:41:00 +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 Fix name compatible problem with POSIX standard. the sigval_ptr and 2005-11-04 09:41:00 +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 Add code to handle timer_delete(). The timer wrapper code is completely 2005-11-01 06:53:22 +00:00