aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove condition variable namesBrian Behlendorf2012-04-061-9/+1
* Block in cv_destroy() on all waitersBrian Behlendorf2011-02-041-0/+1
* Add cv_timedwait_interruptible() functionNeependra Khare2011-01-111-12/+16
* Clear cv->cv_mutex when not in useBrian Behlendorf2010-11-291-1/+0
* Public Release PrepBrian Behlendorf2010-05-171-22/+17
* Add cv_wait_interruptible() function.Brian Behlendorf2010-05-141-2/+3
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-251-0/+1
* Go through and add a header with the proper UCRL number.behlendo2008-05-261-0/+26
* Rework condition variable implementation to be consistent withbehlendo2008-05-151-153/+23
* New an improved taskq implementation for the SPL. It allows abehlendo2008-04-251-2/+16
* Update SPL to use new debug infrastructure. This means:behlendo2008-04-211-19/+21
* Adjust the condition variables to simply sleep uninteruptibly.behlendo2008-04-111-69/+32
* Reorganize /include/ to add a /sys/, this way we don't need tobehlendo2008-03-011-0/+202