Searched defs:cv1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinitclk.c58 PRCondVar *cv1, *cv2; variable
63 PR_WaitCondVar(cv1, PR_MillisecondsToInterval(SHORT_TIMEOUT));
75 cv1 = PR_NewCondVar(lock1);
76 PR_ASSERT(NULL != cv1);
H A Dxnotify.c70 PRCondVar *cv1, *cv2; member in struct:LockShared
257 rv = PR_WaitCondVar(shared->cv1, PR_SecondsToInterval(5));
261 rv = PR_NotifyCondVar(shared->cv1);
295 sharedL.cv1 = PR_NewCondVar(sharedL.o1);
306 rv = PR_WaitCondVar(sharedL.cv1, PR_SecondsToInterval(3));
333 PR_DestroyCondVar(sharedL.cv1);

Completed in 1421 milliseconds