aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/sys/lock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-161-362/+0
* When reinitializing a lockuser, don't assume that the lock is inDaniel Eischen2008-01-311-7/+15
* WARNS=3'ify.Daniel Eischen2007-11-301-12/+14
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)Jason Evans2007-11-271-3/+4
* Catch up with the atomic_FOO_ptr() changes and silence a few warnings.Daniel Eischen2005-07-291-7/+14
* Change the spin lock logic to a reasonable one. We should spin whenXin LI2005-02-271-1/+1
* Add the ability to reinitialize libpthread's internal FIFO-queueingDaniel Eischen2003-11-041-12/+51
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.David Xu2003-10-021-1/+6
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-11/+11
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-241-21/+33
* Add a method of yielding the current thread with the schedulerDaniel Eischen2003-05-161-28/+28
* Protect against a race between granting a lock and accessingDaniel Eischen2003-05-041-7/+27
* 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/+268