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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c67 } tm_vars; variable in typeref:struct:__anon17220
82 PR_Lock(tm_vars.ml);
85 if (PR_CLIST_IS_EMPTY(&tm_vars.timer_queue))
87 PR_WaitCondVar(tm_vars.new_timer, PR_INTERVAL_NO_TIMEOUT);
92 head = PR_LIST_HEAD(&tm_vars.timer_queue);
103 PR_Unlock(tm_vars.ml);
105 PR_Lock(tm_vars.ml);
109 PR_NotifyAllCondVar(tm_vars.cancel_timer);
115 PR_WaitCondVar(tm_vars.new_timer, timeout);
119 PR_Unlock(tm_vars
[all...]

Completed in 42 milliseconds