summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-05-05 21:57:44 +0000
committerjhb <jhb@FreeBSD.org>2004-05-05 21:57:44 +0000
commit6e32658e6366327606299d6fb57994226cd4489e (patch)
tree7cd520d29f345c1d720085f1cc09434064362db0
parent0e6668dd2eaadb4cb1a8c7cdbd57ea0c04e2b398 (diff)
downloadFreeBSD-src-6e32658e6366327606299d6fb57994226cd4489e.zip
FreeBSD-src-6e32658e6366327606299d6fb57994226cd4489e.tar.gz
Name the pri argument to cv_broadcastpri() to match the existing style of
this file.
-rw-r--r--sys/sys/condvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h
index 589fedd..a8c9db7 100644
--- a/sys/sys/condvar.h
+++ b/sys/sys/condvar.h
@@ -58,7 +58,7 @@ int cv_timedwait(struct cv *cvp, struct mtx *mp, int timo);
int cv_timedwait_sig(struct cv *cvp, struct mtx *mp, int timo);
void cv_signal(struct cv *cvp);
-void cv_broadcastpri(struct cv *cvp, int);
+void cv_broadcastpri(struct cv *cvp, int pri);
#define cv_broadcast(cvp) cv_broadcastpri(cvp, -1)
OpenPOWER on IntegriCloud