/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | DebuggerThread.cpp | 313 HandleExceptionEvent(const EXCEPTION_DEBUG_INFO & info,DWORD thread_id) HandleExceptionEvent() argument 356 HandleCreateThreadEvent(const CREATE_THREAD_DEBUG_INFO & info,DWORD thread_id) HandleCreateThreadEvent() argument 368 HandleCreateProcessEvent(const CREATE_PROCESS_DEBUG_INFO & info,DWORD thread_id) HandleCreateProcessEvent() argument 396 HandleExitThreadEvent(const EXIT_THREAD_DEBUG_INFO & info,DWORD thread_id) HandleExitThreadEvent() argument 406 HandleExitProcessEvent(const EXIT_PROCESS_DEBUG_INFO & info,DWORD thread_id) HandleExitProcessEvent() argument 473 HandleLoadDllEvent(const LOAD_DLL_DEBUG_INFO & info,DWORD thread_id) HandleLoadDllEvent() argument 524 HandleUnloadDllEvent(const UNLOAD_DLL_DEBUG_INFO & info,DWORD thread_id) HandleUnloadDllEvent() argument 536 HandleODSEvent(const OUTPUT_DEBUG_STRING_INFO & info,DWORD thread_id) HandleODSEvent() argument 541 HandleRipEvent(const RIP_INFO & info,DWORD thread_id) HandleRipEvent() argument [all...] |
H A D | ExceptionRecord.h | 27 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 D | NativeProcessWindows.h | 163 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread()
|
H A D | LocalDebugDelegate.cpp | 42 void LocalDebugDelegate::OnExitThread(lldb::tid_t thread_id, in OnExitThread()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_debugging.cpp | 50 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()
|
/llvm-project/compiler-rt/test/lsan/TestCases/ |
H A D | use_registers_extra.cpp | 50 pthread_t thread_id; in main() local
|
H A D | use_registers.cpp | 70 pthread_t thread_id; in main() local
|
H A D | use_stacks_threaded.cpp | 27 pthread_t thread_id; in main() local
|
H A D | leak_check_before_thread_started.cpp | 28 pthread_t thread_id; in create_detached_thread() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_stacks.cpp | 36 int thread_id; in main() local
|
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
H A D | disabler_in_tsd_destructor.c | 32 pthread_t thread_id; in main() local
|
H A D | cleanup_in_tsd_destructor.c | 40 pthread_t thread_id; in main() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stoptheworld_testlib.cpp | 47 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | debug_alloc_stack.cpp | 51 int thread_id; in main() local
|
/llvm-project/offload/test/libc/ |
H A D | host_call.c |
|
/llvm-project/libcxxabi/test/ |
H A D | test_exception_storage.threads.pass.cpp | 30 std::thread::id thread_id = std::this_thread::get_id(); in thread_code() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | fork_threaded.c | 81 pthread_t thread_id; main() local
|
/llvm-project/lldb/test/API/commands/thread/backtrace/ |
H A D | TestThreadBacktraceRepeat.py | 54 def check_one_thread(self, thread_id, func_name): argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_api_internal.cc | 93 IterationCount iters, int thread_id, internal::ThreadTimer* timer, in Run()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 269 uint64_t thread_id = in GetRenumberedThreadIds() local 951 tid_t thread_id = GenerateThreadName() local 982 tid_t thread_id = GenerateThreadName() local 990 tid_t thread_id = GenerateThreadName() local 1010 tid_t thread_id = GenerateThreadName() local [all...] |
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadSpec.h | 63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches()
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | gdbremote_testcase.py | 1183 add_QSaveRegisterState_packets(self, thread_id) global() argument 1216 add_QRestoreRegisterState_packets(self, save_id, thread_id=None) global() argument 1227 flip_all_bits_in_each_register_value(self, reg_infos, endian, thread_id=None) global() argument 1373 read_register_values(self, reg_infos, endian, thread_id=None) global() argument 1445 count_single_steps_until_true( self, thread_id, predicate, args, max_step_count=100, use_Hc_packet=True, step_instruction="s", ) global() argument [all...] |
/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd_address_space.py | 399 def save_thread_object(self, thread_num, thread_id, addr_space): argument
|
/llvm-project/libc/test/integration/src/stdio/gpu/ |
H A D | printf.cpp |
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadSpec.cpp | 80 lldb::tid_t thread_id = thread.GetID(); in TIDMatches() local
|