aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add cv_timedwait_sig_hires to allow interruptible sleepChunwei Chen2016-05-121-0/+2
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-28/+28
* Emulate illumos interface cv_timedwait_hires()Ned Bass2013-11-041-0/+4
* Refresh links to web siteNed Bass2013-03-041-1/+1
* Add cv_wait_io() to account I/O timeMatt Johnston2013-01-071-0/+2
* Condition variable reference countsBrian Behlendorf2012-11-061-1/+2
* 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