Searched refs:sEventSemaphore (Results 1 – 1 of 1) sorted by relevance
805 static sem_id sEventSemaphore; variable969 release_sem_etc(sEventSemaphore, 1, B_DO_NOT_RESCHEDULE); in add_notification()2808 status_t status = acquire_sem_etc(sEventSemaphore, 1, in block_notifier_and_writer()2984 sEventSemaphore = create_sem(0, "block cache event"); in block_cache_init()2985 if (sEventSemaphore < B_OK) in block_cache_init()2986 return sEventSemaphore; in block_cache_init()