/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeRegisterContextWindows_arm.cpp | 88 static Status GetThreadContextHelper(lldb::thread_t thread_handle, in GetThreadContextHelper() argument 105 static Status SetThreadContextHelper(lldb::thread_t thread_handle, in SetThreadContextHelper() argument 224 auto thread_handle = GetThreadHandle(); in GPRWrite() local 402 auto thread_handle = GetThreadHandle(); in FPRWrite() local [all...] |
H A D | NativeRegisterContextWindows_arm64.cpp | 105 static Status GetThreadContextHelper(lldb::thread_t thread_handle, in GetThreadContextHelper() argument 122 static Status SetThreadContextHelper(lldb::thread_t thread_handle, in SetThreadContextHelper() argument 268 auto thread_handle = GetThreadHandle(); in GPRWrite() local 492 auto thread_handle = GetThreadHandle(); in FPRWrite() local [all...] |
H A D | NativeRegisterContextWindows_x86_64.cpp | 67 static Status GetThreadContextHelper(lldb::thread_t thread_handle, in GetThreadContextHelper() argument 84 static Status SetThreadContextHelper(lldb::thread_t thread_handle, in SetThreadContextHelper() argument 231 auto thread_handle = GetThreadHandle(); in GPRWrite() local 383 auto thread_handle = GetThreadHandle(); in FPRWrite() local 485 auto thread_handle = GetThreadHandle(); DRWrite() local [all...] |
H A D | NativeRegisterContextWindows_WoW64.cpp | 60 GetWoW64ThreadContextHelper(lldb::thread_t thread_handle, in GetWoW64ThreadContextHelper() argument 76 static Status SetWoW64ThreadContextHelper(lldb::thread_t thread_handle, in SetWoW64ThreadContextHelper() argument 178 auto thread_handle = GetThreadHandle(); in GPRWrite() local 279 auto thread_handle = GetThreadHandle(); in DRWrite() local [all...] |
H A D | NativeRegisterContextWindows_i386.cpp | 55 static Status GetThreadContextHelper(lldb::thread_t thread_handle, in GetThreadContextHelper() argument 72 static Status SetThreadContextHelper(lldb::thread_t thread_handle, in SetThreadContextHelper() argument 185 auto thread_handle = GetThreadHandle(); in GPRWrite() local 287 auto thread_handle = GetThreadHandle(); in DRWrite() local [all...] |
H A D | TargetThreadWindows.cpp | 161 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume() local
|
H A D | NativeThreadWindows.cpp | 80 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume() local
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-debug.cpp | 180 ompd_thread_handle_t **thread_handle /* OUT: handle */ in ompd_get_thread_in_parallel() 228 *thread_handle /* IN: OpenMP thread handle to be released */ in ompd_rel_thread_handle() 259 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_curr_parallel_handle() 457 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_curr_task_handle() 698 ompd_thread_handle_t **thread_handle) { in ompd_get_thread_handle() 767 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_thread_id() 809 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_state()
|
H A D | omp-icv.cpp | 140 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle */ in ompd_get_dynamic() 259 static ompd_rc_t ompd_get_nthreads_aux(ompd_thread_handle_t *thread_handle, in ompd_get_nthreads_aux() 313 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() 340 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() 469 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_default_device() 633 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_thread_num() 1223 ompd_rc_t ompd_get_thread_data(ompd_thread_handle_t *thread_handle, in ompd_get_thread_data()
|
/llvm-project/openmp/libompd/gdb-plugin/ |
H A D | ompdAPITests.c | 86 ompd_thread_handle_t *thread_handle; in test_ompd_get_thread_handle() local 185 ompd_thread_handle_t *thread_handle = in test_ompd_get_curr_parallel_handle() local 265 ompd_thread_handle_t *thread_handle; in test_ompd_get_thread_in_parallel() local 452 ompd_thread_handle_t *thread_handle = in test_ompd_get_thread_id() local 1308 ompd_thread_handle_t *thread_handle = in test_ompd_get_curr_task_handle() local 2063 ompd_thread_handle_t *thread_handle = in test_ompd_get_state() local 2428 ompd_thread_handle_t *thread_handle = in test_ompd_get_icv_from_scope_with_thread_handle() local
|
/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd_handles.py | 151 def __init__(self, thread_handle): argument
|
/llvm-project/lldb/tools/darwin-threads/ |
H A D | examine-threads.c | 252 int get_proc_threadinfo(pid_t pid, uint64_t thread_handle, in get_proc_threadinfo()
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-port.cc | 434 HANDLE thread_handle = ::CreateThread( in CreateThread() local
|