Home
last modified time | relevance | path

Searched defs:thread_handle (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.cpp88 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 DNativeRegisterContextWindows_arm64.cpp105 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 DNativeRegisterContextWindows_x86_64.cpp67 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 DNativeRegisterContextWindows_WoW64.cpp60 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 DNativeRegisterContextWindows_i386.cpp55 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 DTargetThreadWindows.cpp161 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume() local
H A DNativeThreadWindows.cpp80 HANDLE thread_handle = m_host_thread.GetNativeThread().GetSystemHandle(); in DoResume() local
/llvm-project/openmp/libompd/src/
H A Domp-debug.cpp180 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 Domp-icv.cpp140 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 DompdAPITests.c86 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 Dompd_handles.py151 def __init__(self, thread_handle): argument
/llvm-project/lldb/tools/darwin-threads/
H A Dexamine-threads.c252 int get_proc_threadinfo(pid_t pid, uint64_t thread_handle, in get_proc_threadinfo()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc434 HANDLE thread_handle = ::CreateThread( in CreateThread() local