Searched refs:iThread (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp100 uint32_t iThread; member in struct:THREADTEST1ARGS
114 uint32_t iThread; member in struct:THREADTEST2ARGS
154 Log2(("ThreadTest1: Start - iThread=%d ThreadSelf=%p\n", Args.iThread, ThreadSelf));
163 RTTestFailed(g_hTest, "thread %d: RTCritSectEnter -> %Rrc", Args.iThread, rc);
170 if (*Args.pu32Release != Args.iThread)
171 RTTestFailed(g_hTest, "thread %d: released as number %d", Args.iThread, *Args.pu32Release);
180 RTTestFailed(g_hTest, "thread %d: RTCritSectEnter -> %Rrc", Args.iThread, rc);
184 Log2(("ThreadTest1: End - iThread=%d ThreadSelf=%p\n", Args.iThread, ThreadSel
382 unsigned iThread; local
[all...]
H A DtstRTSemXRoads.cpp53 static int tstTrafficThreadCommon(uintptr_t iThread, bool fNS) argument
82 uintptr_t iThread = (uintptr_t)pvUser; local
83 return tstTrafficThreadCommon(iThread, true);
89 uintptr_t iThread = (uintptr_t)pvUser; local
90 return tstTrafficThreadCommon(iThread, false);
H A DtstHandleTable.cpp307 uint32_t iThread; member in struct:TSTHTTEST2ARGS
316 uint32_t const iThread = ((PTSTHTTEST2ARGS)pvUser)->iThread; local
334 __LINE__, iThread, i, rc);
348 __LINE__, iThread, i, pvObj);
362 __LINE__, iThread, i, pvObj);
396 paThread[i].iThread = i;
H A DtstRTLockValidator.cpp685 for (uint32_t iThread = 1; iThread < g_cThreads; iThread++)
686 RTSemEventAddSignaller(g_hSemEvt, g_ahThreads[iThread]);
738 for (uint32_t iThread = 1; iThread < g_cThreads; iThread++)
739 RTSemEventMultiAddSignaller(g_hSemEvtMulti, g_ahThreads[iThread]);

Completed in 50 milliseconds