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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dxnotify.c287 static LockShared sharedL; variable
293 sharedL.o1 = PR_NewLock();
294 sharedL.o2 = PR_NewLock();
295 sharedL.cv1 = PR_NewCondVar(sharedL.o1);
296 sharedL.cv2 = PR_NewCondVar(sharedL.o2);
304 PR_Lock(sharedL.o1);
306 rv = PR_WaitCondVar(sharedL.cv1, PR_SecondsToInterval(3));
309 PR_Unlock(sharedL
[all...]

Completed in 31 milliseconds