1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/lib/libthr
David Xu 53bbdf8646 Add code to handle timer_delete(). The timer wrapper code is completely
rewritten, now timers created with same sigev_notify_attributes will
run in same thread, this allows user to organize which timers can
run in same thread to save some thread resource.
2005-11-01 06:53: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 Add code to handle timer_delete(). The timer wrapper code is completely 2005-11-01 06:53: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 Add code to handle timer_delete(). The timer wrapper code is completely 2005-11-01 06:53:22 +00:00