pthreads :: NativePthreadCond :: wait
fun wait(mutex: NativePthreadMutex) `{ pthread_cond_wait(self, mutex); `}