Searched refs:nsAutoMonitor (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h87 via the static methods on nsAutoMonitor.
91 mMon = nsAutoMonitor::NewMonitor("FooMonitor");
94 nsAutoMonitor mon(mMon);
221 class NS_COM nsAutoMonitor : public nsAutoLockBase { class in inherits:nsAutoLockBase
226 * Allocates a new PRMonitor for use with nsAutoMonitor.
230 * by nsAutoMonitor::DestroyMonitor()
242 * nsAutoMonitor::NewMonitor().
244 nsAutoMonitor(PRMonitor* mon) function in class:nsAutoMonitor
255 ~nsAutoMonitor() {
313 nsAutoMonitor(voi function in class:nsAutoMonitor
314 nsAutoMonitor(nsAutoMonitor& /*aMon*/) {} function in class:nsAutoMonitor
[all...]
H A DnsAutoLock.cpp97 * nsAutoMonitor::NewMonitor/DeleteMonitor, we need to provide a freeEntry
99 * nsAutoMonitor::NewMonitor.
104 * you should use nsAutoMonitor::NewMonitor and nsAutoMonitor::DestroyMonitor
354 PRMonitor* nsAutoMonitor::NewMonitor(const char* name)
370 void nsAutoMonitor::DestroyMonitor(PRMonitor* mon)
379 void nsAutoMonitor::Enter()
388 NS_ASSERTION(stackTop == mDown, "non-LIFO nsAutoMonitor::Enter");
396 void nsAutoMonitor::Exit()
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp103 : monitor(nsAutoMonitor::NewMonitor("ipcTargetData"))
111 nsAutoMonitor::DestroyMonitor(monitor);
156 nsAutoMonitor::DestroyMonitor(monitor);
188 : monitor(nsAutoMonitor::NewMonitor("ipcClientState"))
231 nsAutoMonitor mon(gClientState->monitor);
245 nsAutoMonitor mon(gClientState->monitor);
259 nsAutoMonitor mon(gClientState->monitor);
297 nsAutoMonitor mon(td->monitor);
386 nsAutoMonitor mon(td->monitor);
621 nsAutoMonitor mo
[all...]
H A DipcConnectionWin.cpp162 nsAutoMonitor mon(ipcMonitor);
208 nsAutoMonitor mon(ipcMonitor);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp403 nsAutoMonitor mon(mMonitor);
420 nsAutoMonitor mon(mMonitor);
475 nsAutoMonitor mon(mMonitor);
518 nsAutoMonitor mon(mMonitor);
553 nsAutoMonitor mon(mMonitor);
604 nsAutoMonitor mon(mPipe->mMonitor);
704 nsAutoMonitor mon(mPipe->mMonitor);
824 nsAutoMonitor mon(mPipe->mMonitor);
886 nsAutoMonitor mon(mPipe->mMonitor);
963 nsAutoMonitor mo
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp480 mMonitor = nsAutoMonitor::NewMonitor("PLDHashTableEnumeratorImpl");
483 nsAutoMonitor mon(mMonitor);
504 nsAutoMonitor::DestroyMonitor(mMonitor);
764 mMon = nsAutoMonitor::NewMonitor("nsComponentManagerImpl");
926 nsAutoMonitor::DestroyMonitor(mMon);
1043 nsAutoMonitor mon(mMon);
1517 nsAutoMonitor mon(mMon);
1574 nsAutoMonitor mon(mMon);
1596 nsAutoMonitor mon(mMon);
2049 nsAutoMonitor mo
[all...]
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp247 nsAutoMonitor mon(manager->GetMonitor());
484 nsAutoMonitor mon(manager ? manager->GetMonitor() : nsnull);
H A DnsProxyEventClass.cpp331 nsAutoMonitor mon(manager->GetMonitor());
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfo.cpp724 nsAutoMonitor lock(xptiInterfaceInfoManager::GetInfoMonitor());
790 nsAutoMonitor lock(xptiInterfaceInfoManager::GetInfoMonitor());
H A DxptiWorkingSet.cpp175 nsAutoMonitor lock(xptiInterfaceInfoManager::GetInfoMonitor());
H A DxptiInterfaceInfoManager.cpp124 mInfoMonitor(nsAutoMonitor::NewMonitor("xptiInfoMonitor")),
171 nsAutoMonitor::DestroyMonitor(mInfoMonitor);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp2937 nsAutoMonitor mon(mDConnect->mPendingMon);
2952 nsAutoMonitor workersMon(mDConnect->mWaitingWorkersMon);
2974 nsAutoMonitor workersMon(mDConnect->mWaitingWorkersMon);
3122 mPendingMon = nsAutoMonitor::NewMonitor("DConnect pendingQ monitor");
3128 mWaitingWorkersMon = nsAutoMonitor::NewMonitor("DConnect waiting workers monitor");
3195 nsAutoMonitor mon(mPendingMon);
3246 nsAutoMonitor::DestroyMonitor(mWaitingWorkersMon);
3247 nsAutoMonitor::DestroyMonitor(mPendingMon);
3546 nsAutoMonitor mon(mPendingMon);
3562 nsAutoMonitor workersMo
[all...]

Completed in 95 milliseconds