summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_join.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* undefer sigs in all paths through the join code.marc2003-12-311-12/+6
| | | | Based upon patch/report from Marc Olzheim <marcolz at stack.nl>
* Instead of ifdef around ENOTSUP, move it to pthread_private.h and makefgsch2002-01-191-2/+2
| | | | it EOPNOTSUPP.
* More sync.fgsch2001-12-191-2/+1
|
* More sync with freebsd code; join related code this time.fgsch2001-12-111-35/+96
|
* Start syncing with FreeBSD:fgsch2001-08-211-3/+4
| | | | | | | | | | 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.
* sync with FreeBSDd1999-11-251-18/+11
|
* document cancellation point handling a bit betterd1999-06-091-2/+2
|
* sync with FreeBSDd1999-05-261-1/+3
|
* pthread_cancel() and cancellation pointsd1999-01-171-3/+11
|
* identd1999-01-061-0/+1
|
* experimental threaded libc - kernel onlyd1998-08-271-0/+98