Lines Matching defs:PRStatus
315 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
384 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
385 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
386 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
387 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
444 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
454 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
456 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
458 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
462 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
479 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
493 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
494 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
495 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
559 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);