Home
last modified time | relevance | path

Searched refs:thread_index (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cpp87 std::atomic_uintptr_t thread_index = {}; member
95 uptr this_thread_index = callback_argument.thread_index++; in AdvancedIncrementerThread()
141 while (argument.thread_index < kStopWorldAfter) std::this_thread::yield(); in TEST()
147 while (argument.thread_index < kThreadCount) std::this_thread::yield(); in TEST()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThread.h1050 bool DiscardUserThreadPlansUpToIndex(uint32_t thread_index);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectBreakpoint.cpp140 uint32_t thread_index = UINT32_MAX; in SetOptionValue() local
141 if (option_arg.getAsInteger(0, thread_index)) { in SetOptionValue()
145 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp5340 uint32_t thread_index; in RunThreadPlan() local
5344 for (thread_index = 0; thread_index < num_threads; ++thread_index) { in RunThreadPlan()
5345 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()