Searched defs:nsAutoMonitor (Results 1 - 1 of 1) 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...]

Completed in 222 milliseconds