HelenOS sources

waitq_wake_all     81 kernel/generic/include/synch/waitq.h extern void waitq_wake_all(waitq_t *);
waitq_wake_all     70 kernel/generic/src/synch/condvar.c 	waitq_wake_all(&cv->wq);
waitq_wake_all    270 kernel/generic/src/udebug/udebug_ops.c 	waitq_wake_all(&thread->udebug.go_wq);
waitq_wake_all    113 kernel/test/synch/semaphore1.c 		waitq_wake_all(&can_start);
waitq_wake_all    103 kernel/test/synch/semaphore2.c 	waitq_wake_all(&can_start);
HelenOS homepage, sources at GitHub