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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcvar.c83 PRLock *bufLock; member in struct:__anon17254
104 cbp->bufLock = PR_NewLock();
107 cbp->notFull = PR_NewCondVar(cbp->bufLock);
108 cbp->notEmpty = PR_NewCondVar(cbp->bufLock);
118 PR_DestroyLock(cbp->bufLock);
131 PR_Lock(cbp->bufLock);
140 PR_Unlock(cbp->bufLock);
153 PR_Lock(cbp->bufLock);
163 PR_Unlock(cbp->bufLock);

Completed in 8265 milliseconds