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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dio_timeout.c74 PRCondVar *dead_cv; member in struct:threadInfo
177 PR_NotifyCondVar(info->dead_cv);
192 PRCondVar *dead_cv; local
199 dead_cv = PR_NewCondVar(dead_lock);
207 info->dead_cv = dead_cv;
234 PR_WaitCondVar(dead_cv, PR_INTERVAL_NO_TIMEOUT);
238 PR_DestroyCondVar(dead_cv);
H A Dio_timeoutk.c68 PRCondVar *dead_cv; member in struct:threadInfo
134 PR_NotifyCondVar(info->dead_cv);
146 PRCondVar *dead_cv; local
152 dead_cv = PR_NewCondVar(dead_lock);
160 info->dead_cv = dead_cv;
182 PR_WaitCondVar(dead_cv, PR_INTERVAL_NO_TIMEOUT);
H A Dio_timeoutu.c69 PRCondVar *dead_cv; member in struct:threadInfo
135 PR_NotifyCondVar(info->dead_cv);
147 PRCondVar *dead_cv; local
153 dead_cv = PR_NewCondVar(dead_lock);
161 info->dead_cv = dead_cv;
183 PR_WaitCondVar(dead_cv, PR_INTERVAL_NO_TIMEOUT);

Completed in 43 milliseconds