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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp41 #include "nsTimerImpl.h"
59 double nsTimerImpl::sDeltaSumSquared = 0;
60 double nsTimerImpl::sDeltaSum = 0;
61 double nsTimerImpl::sDeltaNum = 0;
83 NS_IMPL_THREADSAFE_QUERY_INTERFACE2(nsTimerImpl, nsITimer, nsITimerInternal)
84 NS_IMPL_THREADSAFE_ADDREF(nsTimerImpl)
86 NS_IMETHODIMP_(nsrefcnt) nsTimerImpl::Release(void)
92 NS_LOG_RELEASE(this, count, "nsTimerImpl");
97 /* NS_ASSERT_OWNINGTHREAD(nsTimerImpl); */
106 // We use an inlined version of nsTimerImpl
141 nsTimerImpl::nsTimerImpl() : function in class:nsTimerImpl
[all...]
H A DnsTimerImpl.h57 static PRLogModuleInfo *gTimerLog = PR_NewLogModule("nsTimerImpl");
88 class nsTimerImpl : public nsITimer, public nsITimerInternal class in inherits:nsITimer,nsITimerInternal
92 nsTimerImpl();
110 ~nsTimerImpl();

Completed in 186 milliseconds