summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_cond.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix thread_continuation_t typedef and use passed curthread instead ofkurt2007-04-271-3/+3
| | | | calling _get_curthread() again. fixes some lint warnings. okay marc@
* Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),brad2003-12-231-1/+9
| | | | | | | | and sendto() cancellation points, as required by POSIX.1-2001. From: FreeBSD' libc_r ok marc@
* spelling; raj@cerias.purdue.eduderaadt2002-06-041-3/+3
|
* sync with freebsd.fgsch2001-12-201-71/+184
|
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-3/+10
| | | | make includes is needed in case you want to play.
* Start syncing with FreeBSD:fgsch2001-08-211-12/+14
| | | | | | | | | | 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.
* _SPINLOCK_INIT, unused varsd2000-01-061-4/+2
|
* sync with FreeBSDd1999-11-251-23/+62
|
* sync with freebsdd1999-06-091-11/+30
|
* sync with FreeBSDd1999-05-261-66/+241
|
* pthread_cancel() and cancellation pointsd1999-01-171-2/+6
|
* identd1999-01-061-1/+4
|
* sync with freebsdd1998-11-201-26/+29
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-4/+0
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* experimental threaded libc - kernel onlyd1998-08-271-0/+350