Lines Matching +full:chan +full:- +full:name
29 .Sh NAME
48 .Fn msleep "const void *chan" "struct mtx *mtx" "int priority" "const char *wmesg" "int timo"
50 .Fn msleep_sbt "const void *chan" "struct mtx *mtx" "int priority" \
53 .Fn msleep_spin "const void *chan" "struct mtx *mtx" "const char *wmesg" "int timo"
55 .Fn msleep_spin_sbt "const void *chan" "struct mtx *mtx" "const char *wmesg" \
65 .Fn tsleep "const void *chan" "int priority" "const char *wmesg" "int timo"
67 .Fn tsleep_sbt "const void *chan" "int priority" "const char *wmesg" \
70 .Fn wakeup "const void *chan"
72 .Fn wakeup_one "const void *chan"
74 .Fn wakeup_any "const void *chan"
87 handle event-based thread blocking.
104 .Fa chan
108 .Fa chan
230 reference a default, i.e. non-spin, mutex.
272 .Fa chan
281 .Fa chan
284 .Fa chan
290 .Fa chan
298 .Fa chan .
307 .Fa chan
314 is based on an absolute real-time clock value,
320 If the real-time clock is adjusted, these functions will set
332 a non-zero error code is returned.
342 Zero can also be returned when the real-time clock is adjusted;
345 Otherwise, a non-zero error code is returned.
351 .Bl -tag -width Er
363 A non-zero timeout was specified and the timeout expired.
382 PDP-7 version of
419 .An -nosplit