summaryrefslogtreecommitdiffstats
path: root/module/spl/spl-condvar.c
Commit message (Expand)AuthorAgeFilesLines
* Restore CALLOUT_FLAG_ABSOLUTE in cv_timedwait_hiresChunwei Chen2016-05-241-3/+2
* Add cv_timedwait_sig_hires to allow interruptible sleepChunwei Chen2016-05-121-10/+30
* Don't hold mutex until release cv in cv_waitChunwei Chen2016-01-121-15/+40
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-34/+47
* Refactor existing codeBrian Behlendorf2015-01-161-0/+1
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-191-26/+4
* Linux 3.13 compat: Remove unused flags variable from __cv_init()Richard Yao2013-12-021-8/+0
* Emulate illumos interface cv_timedwait_hires()Ned Bass2013-11-041-0/+81
* Refresh links to web siteNed Bass2013-03-041-1/+1
* Add cv_wait_io() to account I/O timeMatt Johnston2013-01-071-4/+14
* Condition variable reference countsBrian Behlendorf2012-11-061-8/+24
* Debug cv_destroy() with mutex heldBrian Behlendorf2012-09-101-4/+5
* Remove condition variable namesBrian Behlendorf2012-04-061-10/+1
* Block in cv_destroy() on all waitersBrian Behlendorf2011-02-041-3/+23
* Add cv_timedwait_interruptible() functionNeependra Khare2011-01-111-4/+17
* Clear cv->cv_mutex when not in useBrian Behlendorf2010-11-291-10/+10
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-201-16/+16
* Split <sys/debug.h> headerBrian Behlendorf2010-07-201-0/+1
* Public Release PrepBrian Behlendorf2010-05-171-17/+17
* Add cv_wait_interruptible() function.Brian Behlendorf2010-05-141-4/+16
* Rename modules to module and update referencesBrian Behlendorf2009-01-151-0/+201