HelenOS sources

fibril_semaphore_down   96 uspace/app/tester/float/float1.c 		fibril_semaphore_down(&threads_finished);
fibril_semaphore_down   84 uspace/app/tester/thread/thread1.c 		fibril_semaphore_down(&threads_finished);
fibril_semaphore_down  565 uspace/lib/c/generic/async/server.c 		fibril_semaphore_down(&notification_semaphore);
fibril_semaphore_down  200 uspace/lib/c/include/fibril_synch.h extern void fibril_semaphore_down(fibril_semaphore_t *);
fibril_semaphore_down  200 uspace/lib/posix/include/libc/fibril_synch.h extern void fibril_semaphore_down(fibril_semaphore_t *);
HelenOS homepage, sources at GitHub