Lines Matching defs:PRStatus
253 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
320 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
321 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
322 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
323 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
380 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
390 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
392 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
394 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
398 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
415 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
429 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
430 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
431 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);