From a4230398d3a60717cfc403ffe786b7aa82f70cab Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 5 Feb 2005 02:39:07 +0000 Subject: [PATCH] Note that functions alq_flush() and alq_post() should not be called in contexts where sleeping is disallowed. Pointed out by: ru --- share/man/man9/alq.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man9/alq.9 b/share/man/man9/alq.9 index 9b41527e459..5b859bf9273 100644 --- a/share/man/man9/alq.9 +++ b/share/man/man9/alq.9 @@ -187,7 +187,10 @@ can be avoided for performance critical code paths. .Sh LOCKING Each asynchronous queue is protected by a spin mutex. .Pp -Function +Functions +.Fn alq_flush , +.Fn alq_open +and .Fn alq_post may attempt to acquire an internal sleep mutex, and should consequently not be used in contexts where sleeping is