Searched refs:thread_list (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h49 ExpressionExecutionThreadPusher(ThreadList &thread_list, lldb::tid_t tid) argument
50 : m_thread_list(&thread_list), m_tid(tid) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp100 const std::vector<ThreadSP> thread_list(queue_sp->GetThreads());
102 const uint32_t num_threads = thread_list.size();
104 ThreadSP thread_sp = thread_list[idx];
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp409 ThreadList &thread_list = m_process->GetThreadList(); local
413 thread_list, core_used_map, &did_create));
415 thread_list.AddThread(thread_sp);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp142 HwasanThreadList &thread_list = hwasanThreadList(); local
143 auto thread_stats = thread_list.GetThreadStats();
153 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h349 __itt_thread_info* thread_list; member in struct:___itt_global
368 (gptr)->thread_list = h; \
385 (gptr)->thread_list = h; \
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h456 __itt_thread_info* thread_list; member in struct:___itt_global
476 (gptr)->thread_list = h; \
493 (gptr)->thread_list = h; \
H A Dittnotify_static.cpp243 NULL, /* thread_list */
589 if (!_N_(_ittapi_global).api_initialized && _N_(_ittapi_global).thread_list == NULL)
605 if (!_N_(_ittapi_global).api_initialized && _N_(_ittapi_global).thread_list == NULL)
622 if (!_N_(_ittapi_global).api_initialized && _N_(_ittapi_global).thread_list == NULL)
644 if (!_N_(_ittapi_global).api_initialized && _N_(_ittapi_global).thread_list == NULL)
679 if (!_N_(_ittapi_global).api_initialized && _N_(_ittapi_global).thread_list == NULL)
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc116 thread_act_array_t thread_list; local
117 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
119 // task_threads allocates resources in thread_list and we need to free them
122 reinterpret_cast<vm_address_t>(thread_list),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp923 ThreadList &thread_list = process_sp->GetThreadList(); local
924 std::lock_guard<std::recursive_mutex> guard(thread_list.GetMutex());
926 ThreadSP curr_thread(thread_list.GetSelectedThread());
941 const size_t num_threads = thread_list.GetSize();
944 thread = thread_list.GetThreadAtIndex(i);
979 thread_list.SetSelectedThreadByID(plan_thread->GetID());
981 thread_list.SetSelectedThreadByID(other_thread->GetID());
986 thread = thread_list.GetThreadAtIndex(0);
989 thread_list.SetSelectedThreadByID(thread->GetID());
5408 ThreadList &thread_list
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1658 HistoryThreads thread_list = memory_history->GetHistoryThreads(addr); variable
1661 for (auto thread : thread_list) {
H A DCommandObjectTarget.cpp2821 ThreadList &thread_list = process->GetThreadList(); variable
2823 thread_list.GetSelectedThread()->GetRegisterContext());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1955 ThreadList &thread_list = thread_sp->GetProcess()->GetThreadList(); variable
1956 std::lock_guard<std::recursive_mutex> guard(thread_list.GetMutex());
1957 ThreadSP selected_thread_sp = thread_list.GetSelectedThread();
1959 thread_list.SetSelectedThreadByID(thread_sp->GetID());

Completed in 209 milliseconds