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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp46 class TestThread: public RCThread class in inherits:RCThread
49 TestThread(RCThread::State state, PRIntn count);
54 virtual ~TestThread();
60 TestThread::~TestThread() { }
62 TestThread::TestThread(RCThread::State state, PRIntn count): function in class:TestThread
65 void TestThread::RootFunction()
68 printf("TestThread::RootFunction %d did it\n", mydata);
69 } /* TestThread
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/
H A DTestIPCLocks.cpp102 PR_STATIC_CALLBACK(void) TestThread(void *arg) function
106 LOG("entering TestThread [lock=%s]\n", lockName);
133 LOG("exiting TestThread [lock=%s rv=%x]\n", lockName, rv);
174 TestThread,

Completed in 4377 milliseconds