summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_mutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-2/+4
* lint warning corrections:kurt2007-05-011-2/+2
* fix thread_continuation_t typedef and use passed curthread instead ofkurt2007-04-271-2/+2
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.brad2005-10-311-2/+2
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-84/+1
* pthreads signal handling improvements. With these changes allmarc2003-01-271-5/+5
* signal handling changes. This corrects several signalmarc2002-10-301-22/+1
* From FreeBSD:fgsch2002-01-231-199/+402
* a better fix for recursive mutex.fgsch2001-11-121-16/+4
* This fixes the recursive mutex problem with pthreads.marc2001-11-121-2/+14
* oopsd2000-01-061-3/+2
* SPINLOCK_INIT, volatiled2000-01-061-5/+7
* sync with FreeBSDd1999-11-251-80/+128
* sync with freebsdd1999-06-091-1/+19
* sync with FreeBSDd1999-05-261-190/+1071
* identd1999-01-061-2/+6
* typod1998-12-231-1/+1
* comply with posix when double-unlocking a mutexd1998-12-181-2/+2
* sync with FreeBSDd1998-12-101-20/+47
* sync with freebsdd1998-11-201-10/+8
* experimental threaded libc - kernel onlyd1998-08-271-0/+389