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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dalarm.c91 typedef struct notifyData { struct
101 NotifyData *notifyData = (NotifyData*)arg; local
102 PR_Lock(notifyData->ml);
103 while (notifyData->counter > 0)
105 while (!notifyData->pending)
106 PR_WaitCondVar(notifyData->child, PR_INTERVAL_NO_TIMEOUT);
107 notifyData->counter -= 1;
108 notifyData->pending = PR_FALSE;
109 PR_NotifyCondVar(notifyData->parent);
111 PR_Unlock(notifyData
133 NotifyData notifyData; local
[all...]

Completed in 33 milliseconds