summaryrefslogtreecommitdiff
path: root/lib/libpthread/sys/lock.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvscvs2svn2003-06-041-1/+1
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-241-2/+1
* Add a method of yielding the current thread with the schedulerDaniel Eischen2003-05-161-1/+4
* Protect against a race between granting a lock and accessingDaniel Eischen2003-05-041-0/+1
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-181-1/+1
* Add FIFO queueing locking operations based on atomic swap.Daniel Eischen2003-04-181-0/+89