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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprsem.h58 typedef struct PRSemaphore PRSemaphore; typedef in typeref:struct:PRSemaphore
63 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
69 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
85 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
92 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
100 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1499 struct PRSemaphore { struct

Completed in 51 milliseconds