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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_threads.h96 typedef int CRsemaphore; typedef
98 typedef sem_t CRsemaphore; typedef
101 extern DECLEXPORT(void) crInitSemaphore(CRsemaphore *s, unsigned int count);
102 extern DECLEXPORT(void) crWaitSemaphore(CRsemaphore *s);
103 extern DECLEXPORT(void) crSignalSemaphore(CRsemaphore *s);

Completed in 49 milliseconds