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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp352 static int Test2(unsigned cThreads, unsigned cIterations, unsigned cCheckLoops) function
513 && !Test2(1, 200000, 1000)
514 && !Test2(2, 200000, 1000)
515 && !Test2(3, 200000, 1000)
516 && !Test2(4, 200000, 1000)
517 && !Test2(5, 200000, 1000)
518 && !Test2(7, 200000, 1000)
519 && !Test2(67, 200000, 1000))
H A DtstRTSemRW.cpp359 static void Test2(void) function
469 Test2();
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp65 NS_IMETHOD Test2();
86 NS_IMETHODIMP nsTestXPCFoo::Test2() function in class:nsTestXPCFoo
101 test->Test2();
119 NS_IMETHOD Test2();
157 NS_IMETHODIMP nsTestXPCFoo2::Test2() function in class:nsTestXPCFoo2
159 printf("nsTestXPCFoo2::Test2() called\n");
233 printf("Thread (%d) Prior to calling proxyObject->Test2.\n", threadNumber);
234 rv = proxyObject->Test2();
237 printf("Thread (%d) Prior to calling proxyObject2->Test2.\n", threadNumber);
238 rv = proxyObject2->Test2();
[all...]

Completed in 51 milliseconds