Searched refs:ServerStateCV (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c89 PRCondVar *ServerStateCV; variable
139 PR_NotifyCondVar(ServerStateCV);
156 PR_WaitCondVar(ServerStateCV, PR_INTERVAL_NO_TIMEOUT);
622 ServerStateCV = PR_NewCondVar(ServerStateCVLock);
H A Dservr_kk.c87 PRCondVar *ServerStateCV; variable
105 PR_NotifyCondVar(ServerStateCV);
122 PR_WaitCondVar(ServerStateCV, PR_INTERVAL_NO_TIMEOUT);
601 ServerStateCV = PR_NewCondVar(ServerStateCVLock);
H A Dservr_ku.c87 PRCondVar *ServerStateCV; variable
106 PR_NotifyCondVar(ServerStateCV);
123 PR_WaitCondVar(ServerStateCV, PR_INTERVAL_NO_TIMEOUT);
583 ServerStateCV = PR_NewCondVar(ServerStateCVLock);
H A Dservr_uk.c87 PRCondVar *ServerStateCV; variable
108 PR_NotifyCondVar(ServerStateCV);
125 PR_WaitCondVar(ServerStateCV, PR_INTERVAL_NO_TIMEOUT);
585 ServerStateCV = PR_NewCondVar(ServerStateCVLock);
H A Dservr_uu.c87 PRCondVar *ServerStateCV; variable
106 PR_NotifyCondVar(ServerStateCV);
123 PR_WaitCondVar(ServerStateCV, PR_INTERVAL_NO_TIMEOUT);
582 ServerStateCV = PR_NewCondVar(ServerStateCVLock);

Completed in 74 milliseconds