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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dpripcsem.h73 * PRSem is an opaque structure that represents a named
76 typedef struct PRSem PRSem; typedef in typeref:struct:PRSem
100 NSPR_API(PRSem *) PR_OpenSemaphore(
113 NSPR_API(PRStatus) PR_WaitSemaphore(PRSem *sem);
121 NSPR_API(PRStatus) PR_PostSemaphore(PRSem *sem);
129 NSPR_API(PRStatus) PR_CloseSemaphore(PRSem *sem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1076 extern PRSem * _PR_MD_OPEN_SEMAPHORE(
1080 extern PRStatus _PR_MD_WAIT_SEMAPHORE(PRSem *sem);
1083 extern PRStatus _PR_MD_POST_SEMAPHORE(PRSem *sem);
1086 extern PRStatus _PR_MD_CLOSE_SEMAPHORE(PRSem *sem);
1518 struct PRSem { struct

Completed in 72 milliseconds