Semaphore_wait

Function Semaphore_wait 

Source
pub unsafe extern "C" fn Semaphore_wait(self_: Semaphore)
Expand description

Wait until semaphore value is greater than zero. Then decrease the semaphore value.