cvs commit: src/lib/libthr/thread thr_timer.c
David Xu
davidxu at freebsd.org
Wed Oct 26 04:19:59 PDT 2005
David Xu wrote:
> davidxu 2005-10-26 11:08:32 UTC
>
> FreeBSD src repository
>
> Added files:
> lib/libthr/thread thr_timer.c
> Log:
> Add experiment code to implement POSIX timer's SIGEV_THREAD notification.
>
> Revision Changes Path
> 1.1 +168 -0 src/lib/libthr/thread/thr_timer.c (new)
>
>
I hope soon we can add sigev_notify_function and sigev_notify_attributes
in to structure sigevent (see signal.h),
Some information can be found at here:
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/31f762c00076f4b0/043c76ee3e5c4bdd?lnk=st&q=timer_create&rnum=9#043c76ee3e5c4bdd
David Xu
More information about the cvs-src
mailing list