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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c70 PRThread *notifier; /* thread to deliver notifies */ member in struct:PRAlarm
129 * This is the root of the notifier thread. There is one such thread
177 PR_DELETE(id); /* free notifier object */
195 alarm->notifier = PR_CreateThread(
199 if (alarm->notifier == NULL) goto done;
220 rv = PR_JoinThread(alarm->notifier);

Completed in 32 milliseconds