Searched refs:Test1 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstSemMutex.cpp113 static int Test1(unsigned cThreads, unsigned cSeconds, bool fYield, bool fQuiet) function
217 Test1( 1, 1, true, false);
218 Test1( 2, 1, true, false);
219 Test1( 10, 1, true, false);
220 Test1( 10, 10, false, false);
224 Test1(cThreads, 2, false, true);
232 Test1( 1, 3, false, true);
233 Test1( 1, 3, false, true);
234 Test1( 1, 3, false, true);
235 Test1(
[all...]
H A DtstRTCritSect.cpp189 static int Test1(unsigned cThreads) function
506 if ( !Test1(1)
507 && !Test1(3)
508 && !Test1(10)
509 && !Test1(63))
H A DtstRTCritSectRw.cpp343 static bool Test1(void) function
453 if (Test1())
H A DtstRTSemRW.cpp380 static bool Test1(void) function
465 if (Test1())
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c45 CHAR16 *Test1; local
97 Test1 = StrStr(DestPath, L":");
98 if (Test1 != NULL && Test != NULL) {
100 *Test1 = CHAR_NULL;
103 *Test1 = L':';

Completed in 387 milliseconds