Lines Matching refs:PR_IMPLEMENT

132 PR_IMPLEMENT(PRLock*) PR_NewLock(void)  in PR_NewLock()
153 PR_IMPLEMENT(void) PR_DestroyLock(PRLock *lock) in PR_DestroyLock()
169 PR_IMPLEMENT(void) PR_Lock(PRLock *lock) in PR_Lock()
192 PR_IMPLEMENT(PRStatus) PR_Unlock(PRLock *lock) in PR_Unlock()
222 PR_IMPLEMENT(void) PR_AssertCurrentThreadOwnsLock(PRLock *lock) in PR_AssertCurrentThreadOwnsLock()
321 PR_IMPLEMENT(PRCondVar*) PR_NewCondVar(PRLock *lock) in PR_NewCondVar()
346 PR_IMPLEMENT(void) PR_DestroyCondVar(PRCondVar *cvar) in PR_DestroyCondVar()
362 PR_IMPLEMENT(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout) in PR_WaitCondVar()
430 PR_IMPLEMENT(PRStatus) PR_NotifyCondVar(PRCondVar *cvar) in PR_NotifyCondVar()
437 PR_IMPLEMENT(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar) in PR_NotifyAllCondVar()
496 PR_IMPLEMENT(PRMonitor*) PR_NewMonitor(void) in PR_NewMonitor()
548 PR_IMPLEMENT(PRMonitor*) PR_NewNamedMonitor(const char* name) in PR_NewNamedMonitor()
557 PR_IMPLEMENT(void) PR_DestroyMonitor(PRMonitor *mon) in PR_DestroyMonitor()
577 PR_IMPLEMENT(PRIntn) PR_GetMonitorEntryCount(PRMonitor *mon) in PR_GetMonitorEntryCount()
593 PR_IMPLEMENT(void) PR_AssertCurrentThreadInMonitor(PRMonitor *mon) in PR_AssertCurrentThreadInMonitor()
607 PR_IMPLEMENT(void) PR_EnterMonitor(PRMonitor *mon) in PR_EnterMonitor()
637 PR_IMPLEMENT(PRStatus) PR_ExitMonitor(PRMonitor *mon) in PR_ExitMonitor()
686 PR_IMPLEMENT(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime timeout) in PR_Wait()
744 PR_IMPLEMENT(PRStatus) PR_Notify(PRMonitor *mon) in PR_Notify()
750 PR_IMPLEMENT(PRStatus) PR_NotifyAll(PRMonitor *mon) in PR_NotifyAll()
761 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *semaphore) in PR_PostSem()
772 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *semaphore) in PR_WaitSem()
789 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *semaphore) in PR_DestroySem()
799 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
840 PR_IMPLEMENT(PRSem *) PR_OpenSemaphore( in PR_OpenSemaphore()
889 PR_IMPLEMENT(PRStatus) PR_WaitSemaphore(PRSem *sem) in PR_WaitSemaphore()
901 PR_IMPLEMENT(PRStatus) PR_PostSemaphore(PRSem *sem) in PR_PostSemaphore()
913 PR_IMPLEMENT(PRStatus) PR_CloseSemaphore(PRSem *sem) in PR_CloseSemaphore()
926 PR_IMPLEMENT(PRStatus) PR_DeleteSemaphore(const char *name) in PR_DeleteSemaphore()
974 PR_IMPLEMENT(PRSem *) PR_OpenSemaphore( in PR_OpenSemaphore()
1083 PR_IMPLEMENT(PRStatus) PR_WaitSemaphore(PRSem *sem) in PR_WaitSemaphore()
1098 PR_IMPLEMENT(PRStatus) PR_PostSemaphore(PRSem *sem) in PR_PostSemaphore()
1113 PR_IMPLEMENT(PRStatus) PR_CloseSemaphore(PRSem *sem) in PR_CloseSemaphore()
1119 PR_IMPLEMENT(PRStatus) PR_DeleteSemaphore(const char *name) in PR_DeleteSemaphore()
1160 PR_IMPLEMENT(PRSem *) PR_OpenSemaphore( in PR_OpenSemaphore()
1170 PR_IMPLEMENT(PRStatus) PR_WaitSemaphore(PRSem *sem) in PR_WaitSemaphore()
1176 PR_IMPLEMENT(PRStatus) PR_PostSemaphore(PRSem *sem) in PR_PostSemaphore()
1182 PR_IMPLEMENT(PRStatus) PR_CloseSemaphore(PRSem *sem) in PR_CloseSemaphore()
1188 PR_IMPLEMENT(PRStatus) PR_DeleteSemaphore(const char *name) in PR_DeleteSemaphore()
1204 PR_IMPLEMENT(PRStatus) PRP_TryLock(PRLock *lock) in PRP_TryLock()
1217 PR_IMPLEMENT(PRCondVar*) PRP_NewNakedCondVar(void) in PRP_NewNakedCondVar()
1244 PR_IMPLEMENT(void) PRP_DestroyNakedCondVar(PRCondVar *cvar) in PRP_DestroyNakedCondVar()
1254 PR_IMPLEMENT(PRStatus) PRP_NakedWait( in PRP_NakedWait()
1275 PR_IMPLEMENT(PRStatus) PRP_NakedNotify(PRCondVar *cvar) in PRP_NakedNotify()
1284 PR_IMPLEMENT(PRStatus) PRP_NakedBroadcast(PRCondVar *cvar) in PRP_NakedBroadcast()