summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/sys/lock.c
Commit message (Expand)AuthorAgeFilesLines
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.davidxu2003-10-021-1/+6
* Don't assume sizeof(long) = sizeof(int) on x86; use intdeischen2003-09-031-11/+11
* Change low-level locking a bit so that we can tell ifdeischen2003-05-241-21/+33
* Add a method of yielding the current thread with the schedulerdeischen2003-05-161-28/+28
* Protect against a race between granting a lock and accessingdeischen2003-05-041-7/+27
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-181-1/+1
* Add FIFO queueing locking operations based on atomic swap.deischen2003-04-181-0/+268
OpenPOWER on IntegriCloud