Searched defs:PRCondVar (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprcvar.h54 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
67 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
75 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
105 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
120 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
130 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h176 PRCondVar *cv; /* the condition variable notified */
593 PRThread *thread, PRCondVar *cvar, PRLock *lock, PRIntervalTime timeout);
594 extern PRUint32 _PR_CondVarToString(PRCondVar *cvar, char *buf, PRUint32 buflen);
726 extern PRCondVar *_pr_primordialExitCVar; /* the condition variable for
1464 struct PRCondVar { struct
1490 PRCondVar *cvar; /* condition variable queue */
1492 PRCondVar *cvar; /* associated lock and condition variable queue */
1504 PRCondVar *cvar; /* associated lock and condition variable queue */
1597 PRCondVar *waiting; /* where the thread is waiting | NULL */
1637 struct PRCondVar *cva
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v3_1.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v3_2.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v4_0.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v4_1.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v4_2.h425 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
427 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
428 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
530 PRCondVar* condVar;
H A DVBoxCAPI_v4_3.h489 typedef struct PRCondVar PRCondVar; typedef in typeref:struct:PRCondVar
491 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
492 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar);
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);
594 PRCondVar* condVar;

Completed in 301 milliseconds