Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp313 DWORD thread_id) { in HandleExceptionEvent()
356 DWORD thread_id) { in HandleCreateThreadEvent()
368 DWORD thread_id) { in HandleCreateProcessEvent()
396 DWORD thread_id) { in HandleExitThreadEvent()
406 DWORD thread_id) { in HandleExitProcessEvent()
473 DWORD thread_id) { in HandleLoadDllEvent()
524 DWORD thread_id) { in HandleUnloadDllEvent()
536 DWORD thread_id) { in HandleODSEvent()
541 DebuggerThread::HandleRipEvent(const RIP_INFO &info, DWORD thread_id) { in HandleRipEvent()
H A DExceptionRecord.h27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord()
46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord()
H A DNativeProcessWindows.cpp156 NativeProcessWindows::GetThreadByID(lldb::tid_t thread_id) { in GetThreadByID()
267 void NativeProcessWindows::StopThread(lldb::tid_t thread_id, in StopThread()
577 void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id, in OnExitThread()
H A DNativeProcessWindows.h162 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread()
H A DLocalDebugDelegate.cpp42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cpp47 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp267 uint64_t thread_id = GetRenumberedThreadIds() local
949 tid_t thread_id = GenerateThreadName() local
980 tid_t thread_id = GenerateThreadName() local
988 tid_t thread_id = GenerateThreadName() local
1008 tid_t thread_id = GenerateThreadName() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp268 uint64_t thread_id = in GetRenumberedThreadIds() local
950 int thread_id = in GenerateThreadName() local
980 int thread_id = in GenerateThreadName() local
988 int thread_id = in GenerateThreadName() local
1008 int thread_id = in GenerateThreadName() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py1099 def add_QSaveRegisterState_packets(self, thread_id): argument
1126 def add_QRestoreRegisterState_packets(self, save_id, thread_id=None): argument
1141 self, reg_infos, endian, thread_id=None): argument
1261 def read_register_values(self, reg_infos, endian, thread_id=None): argument
1320 thread_id, argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadSpec.h63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp80 lldb::tid_t thread_id = thread.GetID(); in TIDMatches() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp80 lldb::tid_t thread_id = thread.GetID(); in TIDMatches() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DGenealogy.cpp259 nub_thread_t thread_id = iter->first; in GetActivities() local
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-posix95.h243 objc_thread_t thread_id; in __gthread_objc_thread_detach() local
267 pthread_t thread_id = __gthrw_(pthread_self) (); in __gthread_objc_thread_set_priority() local
H A Dgthr-posix.h280 objc_thread_t thread_id; in __gthread_objc_thread_detach() local
304 pthread_t thread_id = __gthrw_(pthread_self) (); in __gthread_objc_thread_set_priority() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h162 objc_thread_t thread_id; in __gthread_objc_thread_detach() local
185 pthread_t thread_id = pthread_self (); in __gthread_objc_thread_set_priority() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp806 bool NativeProcessFreeBSD::HasThreadNoLock(lldb::tid_t thread_id) { in RemoveThread() argument
777 HasThreadNoLock(lldb::tid_t thread_id) HasThreadNoLock() argument
790 AddThread(lldb::tid_t thread_id) AddThread() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp825 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock()
838 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
854 void NativeProcessNetBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp779 bool NativeProcessFreeBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock()
792 NativeThreadFreeBSD &NativeProcessFreeBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
808 void NativeProcessFreeBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp806 bool NativeProcessNetBSD::HasThreadNoLock(lldb::tid_t thread_id) { in HasThreadNoLock()
819 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
835 void NativeProcessNetBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp114 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp114 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID()

123