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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestThreads.cpp134 class nsStressRunner : public nsIRunnable { class in inherits:nsIRunnable
148 nsStressRunner(int num) : mNum(num), mWasRun(PR_FALSE) { function in class:nsStressRunner
155 ~nsStressRunner() {
165 PRInt32 nsStressRunner::gNum = 0;
167 NS_IMPL_THREADSAFE_ISUPPORTS1(nsStressRunner, nsIRunnable)
179 NS_ASSERTION(!nsStressRunner::GetGlobalCount(), "bad count of runnables");
184 new nsStressRunner(k),

Completed in 129 milliseconds