summaryrefslogtreecommitdiffstats
path: root/sys/sys/condvar.h
Commit message (Expand)AuthorAgeFilesLines
* - Pass the priority argument from *sleep() into sleepq and down intojeff2008-03-121-1/+1
* Rename the cv_*wait*() functions to _cv_*wait*() and change their secondjhb2007-03-211-6/+17
* Contributions from XFS for FreeBSD project:rodrigc2005-12-121-0/+1
* Name the pri argument to cv_broadcastpri() to match the existing style ofjhb2004-05-051-1/+1
* Associate a simple count of waiters with each condition variable. Thejhb2004-04-061-1/+5
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-9/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+3
* Part 1 of KSE-IIIjulian2002-06-291-0/+1
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-311-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Add missing () around macro argument in cv_waitq_empty()phk2001-07-171-1/+1
* Backout mwakeup, etc.jake2001-07-061-2/+0
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-041-0/+2
* Remove CV_DECLARE(), which serves no useful purpose.jasone2001-01-251-4/+0
* Implement condition variables.jasone2001-01-161-0/+75
OpenPOWER on IntegriCloud