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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95cv.c85 * This function is called by _PR_MD_WAIT_CV and _PR_MD_UNLOCK,
260 * _PR_MD_WAIT_CV() -- Wait on condition variable
262 void _PR_MD_WAIT_CV(_MDCVar *cv, _MDLock *lock, PRIntervalTime timeout ) function
325 } /* --- end _PR_MD_WAIT_CV() --- */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2cv.c121 * This function is called by _PR_MD_WAIT_CV and _PR_MD_UNLOCK,
299 * _PR_MD_WAIT_CV() -- Wait on condition variable
302 _PR_MD_WAIT_CV(_MDCVar *cv, _MDLock *lock, PRIntervalTime timeout ) function
378 } /* --- end _PR_MD_WAIT_CV() --- */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h936 NSPR_API(void) _PR_MD_WAIT_CV(
938 #define _PR_MD_WAIT_CV _MD_WAIT_CV macro

Completed in 932 milliseconds