Lines Matching +full:wakeup +full:- +full:source
6 .\" Redistribution and use in source and binary forms, with or without
9 .\" 1. Redistributions of source code must retain the above copyright
39 .Nm wakeup ,
70 .Fn wakeup "const void *chan"
83 .Fn wakeup ,
87 handle event-based thread blocking.
110 .Fn wakeup ,
173 It allows the caller to specify relative or absolute wakeup time with higher resolution
200 change to the condition, or an associated wakeup.
218 to a lost wakeup.
230 reference a default, i.e. non-spin, mutex.
258 .Fn wakeup ,
287 .Fn wakeup
293 .Fn wakeup
314 is based on an absolute real-time clock value,
320 If the real-time clock is adjusted, these functions will set
326 .Fn wakeup
332 a non-zero error code is returned.
334 .Fn wakeup
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.
378 .Fn wakeup
382 PDP-7 version of
419 .An -nosplit