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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95cv.c82 * If waitThred and waitCV are not NULL, waitThred is added to
83 * the wait queue of waitCV before the lock is unlocked.
92 _MDCVar *waitCV)
165 AddThreadToCVWaitQueueInternal(waitThred, waitCV);
89 md_UnlockAndPostNotifies( _MDLock *lock, PRThread *waitThred, _MDCVar *waitCV) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2cv.c118 * If waitThred and waitCV are not NULL, waitThred is added to
119 * the wait queue of waitCV before the lock is unlocked.
128 _MDCVar *waitCV)
201 AddThreadToCVWaitQueueInternal(waitThred, waitCV);
125 md_UnlockAndPostNotifies( _MDLock *lock, PRThread *waitThred, _MDCVar *waitCV) argument

Completed in 57 milliseconds