Searched defs:Semaphore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c56 struct semaphore Semaphore; member in struct:RTSEMFASTMUTEXINTERNAL
78 sema_init(&pThis->Semaphore, 1);
117 down(&pThis->Semaphore);
141 up(&pThis->Semaphore);

Completed in 43 milliseconds