cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread
thr_init.c thr_private.h thr_timer.c
David Xu
davidxu at FreeBSD.org
Mon Oct 31 22:53:23 PST 2005
davidxu 2005-11-01 06:53:23 UTC
FreeBSD src repository
Modified files:
lib/libthr pthread.map
lib/libthr/thread thr_init.c thr_private.h thr_timer.c
Log:
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.
Revision Changes Path
1.10 +2 -0 src/lib/libthr/pthread.map
1.24 +1 -0 src/lib/libthr/thread/thr_init.c
1.48 +3 -2 src/lib/libthr/thread/thr_private.h
1.3 +262 -66 src/lib/libthr/thread/thr_timer.c
More information about the cvs-src
mailing list