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

/vbox/src/VBox/Runtime/testcase/
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 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 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;

Completed in 46 milliseconds