summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_kevent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync FreeBSD RCS idbrad2003-10-191-2/+2
|
* sync with freebsd.fgsch2001-12-081-2/+3
|
* Start syncing with FreeBSD:fgsch2001-08-211-8/+9
| | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs.
* * kevent(2) support; from FreeBSD.fgsch2001-08-151-0/+77
* change _thread_kern_set_timeout() parm to const.