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

/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp162 bool _TestConcurrentWriteReadThread(TestContext& context, int32 threadIndex) argument
167 int bitShift = 8 * threadIndex;
187 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
202 int32 threadIndex)
207 int bitShift = 8 * threadIndex;
229 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
243 bool _TestConcurrentDegradeThread(TestContext& context, int32 threadIndex) argument
248 int bitShift = 8 * threadIndex;
276 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
201 _TestConcurrentWriteNestedReadThread(TestContext& context, int32 threadIndex) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp346 int32 threadIndex = 1; local
349 threadIndex++;
352 if (argc > threadIndex + 1
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp337 int32 threadIndex = 1; local
340 threadIndex++;
343 if (argc > threadIndex + 1
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp671 int32 threadIndex = 1; local
674 threadIndex++;
677 if (argc > threadIndex + 1
689 if (!setup_for_thread(argc == threadIndex + 1 ? argv[threadIndex] : NULL,
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp596 int32 threadIndex = 0; local
604 compactState->fThreadStates[threadIndex++] = *threadState;

Completed in 67 milliseconds