Searched refs:thread_state (Results 1 – 10 of 10) sorted by relevance
| /llvm-project/libunwind/src/ |
| H A D | UnwindRegistersSave.S | 28 # extern int __unw_getcontext(unw_context_t* thread_state) 33 # + thread_state pointer + 71 # extern int __unw_getcontext(unw_context_t* thread_state) 74 # thread_state pointer is in rdi 134 # extern int __unw_getcontext(unw_context_t* thread_state) 137 # thread_state pointer is in a0 ($4) 245 # extern int __unw_getcontext(unw_context_t* thread_state) 248 # thread_state pointer is in a0 ($4) 280 # extern int __unw_getcontext(unw_context_t* thread_state) 289 // extern int __unw_getcontext(unw_context_t* thread_state) [all...] |
| H A D | UnwindRegistersRestore.S | 33 # + thread_state pointer + 76 # On entry, thread_state pointer is in rcx; move it into rdi 83 # On entry, thread_state pointer is in rdi 147 // thread_state pointer is in r3 465 // thread_state pointer is in r3 640 // thread_state pointer is in x0 712 @ thread_state pointer is in r0 855 # thread_state pointer is in r3 904 # thread_state pointer is in r2 1102 // thread_state pointe [all...] |
| /llvm-project/libcxx/test/std/thread/futures/futures.shared_future/ |
| H A D | wait_until.pass.cpp | 31 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 35 thread_state.store(state, std::memory_order_relaxed); in set_worker_thread_state() 40 while (thread_state.load(std::memory_order_relaxed) != state) in wait_for_worker_thread_state()
|
| /llvm-project/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | wait_until.pass.cpp | 31 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 35 thread_state.store(state, std::memory_order_relaxed); in set_worker_thread_state() 40 while (thread_state.load(std::memory_order_relaxed) != state) in wait_for_worker_thread_state()
|
| /llvm-project/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 645 int thread_state = __ompt_get_state_internal(wait_id); 647 if (thread_state == ompt_state_undefined) { 648 thread_state = ompt_state_work_serial; 651 return thread_state; 638 int thread_state = __ompt_get_state_internal(wait_id); global() local
|
| H A D | kmp_wait_release.h | 403 stats_state_e thread_state = KMP_GET_THREAD_STATE(); 683 KMP_SET_THREAD_STATE(thread_state);
|
| /llvm-project/lldb/source/Target/ |
| H A D | Trace.cpp | 313 for (const TraceThreadState &thread_state : in RefreshLiveProcessState() local 315 for (const TraceBinaryData &item : thread_state.binary_data) in RefreshLiveProcessState() 316 m_storage.live_thread_data[thread_state.tid].insert( in RefreshLiveProcessState()
|
| H A D | Thread.cpp | 985 StateType thread_state = GetResumeState(); in ShouldReportStop() 990 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportStop() 1046 StateType thread_state = GetResumeState(); in ShouldReportRun() 1048 if (thread_state == eStateSuspended || thread_state == eStateInvalid) { in ShouldReportRun() 964 StateType thread_state = GetResumeState(); ShouldReportStop() local 1025 StateType thread_state = GetResumeState(); ShouldReportRun() local
|
| /llvm-project/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 892 const StateType thread_state = thread.GetState(); in MonitorSignal() 893 if (!StateIsStoppedState(thread_state, false)) { in MonitorSignal() 921 GetID(), thread.GetID(), thread_state); in MonitorSignal() 1137 const auto thread_state = thread->GetState(); in Interrupt() 1138 if (thread_state == eStateRunning || thread_state == eStateStepping) { in Interrupt() 1141 } else if (!stopped_thread && StateIsStoppedState(thread_state, true)) { in Interrupt() 889 const StateType thread_state = thread.GetState(); MonitorSignal() local 1133 const auto thread_state = thread->GetState(); Interrupt() local
|
| /llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 569 for (const TraceThreadState &thread_state : state.traced_threads) { in DoRefreshLiveProcessState() local 571 GetLiveProcess()->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState() 573 thread_state.tid, std::make_unique<ThreadDecoder>(thread_sp, *this)); in DoRefreshLiveProcessState()
|