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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.h76 nsresult RemoveTimer(nsTimerImpl *aTimer);
H A DnsTimerImpl.cpp107 // NS_ERROR_NOT_AVAILABLE code returned by gThread->RemoveTimer when this
112 // the timer thread. If the RemoveTimer call below doesn't find this timer
134 if (NS_SUCCEEDED(gThread->RemoveTimer(this)))
224 * the RemoveTimer call made here will fail to find this timer in the timer
226 * avoid the small overhead in RemoveTimer of locking the timer thread and
230 * because RemoveTimer is idempotent.
233 gThread->RemoveTimer(this);
285 gThread->RemoveTimer(this);
H A DTimerThread.cpp263 // must be racing with us, blocked in gThread->RemoveTimer waiting
366 nsresult TimerThread::RemoveTimer(nsTimerImpl *aTimer) function in class:TimerThread

Completed in 46 milliseconds