aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r282971. It depends on condvar consumers not destroying condvarsJohn Baldwin2015-05-211-1/+1
* Previously, cv_waiters was only updated by cv_signal or cv_wait. If aJohn Baldwin2015-05-151-1/+1
* MFcalloutng:Davide Italiano2013-03-041-4/+12
* - Pass the priority argument from *sleep() into sleepq and down intoJeff Roberson2008-03-121-1/+1
* Rename the cv_*wait*() functions to _cv_*wait*() and change their secondJohn Baldwin2007-03-211-6/+17
* Contributions from XFS for FreeBSD project:Craig Rodrigues2005-12-121-0/+1
* Name the pri argument to cv_broadcastpri() to match the existing style ofJohn Baldwin2004-05-051-1/+1
* Associate a simple count of waiters with each condition variable. TheJohn Baldwin2004-04-061-1/+5
* Switch the sleep/wakeup and condition variable implementations to use theJohn Baldwin2004-02-271-9/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+3
* Part 1 of KSE-IIIJulian Elischer2002-06-291-0/+1
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,Poul-Henning Kamp2002-03-311-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Add missing () around macro argument in cv_waitq_empty()Poul-Henning Kamp2001-07-171-1/+1
* Backout mwakeup, etc.Jake Burkholder2001-07-061-2/+0
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.Jake Burkholder2001-07-041-0/+2
* Remove CV_DECLARE(), which serves no useful purpose.Jason Evans2001-01-251-4/+0
* Implement condition variables.Jason Evans2001-01-161-0/+75