Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp313 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 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.h163 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()
/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()
/llvm-project/compiler-rt/test/lsan/TestCases/
H A Duse_registers_extra.cpp50 pthread_t thread_id; in main() local
H A Duse_registers.cpp70 pthread_t thread_id; in main() local
H A Duse_stacks_threaded.cpp27 pthread_t thread_id; in main() local
H A Dleak_check_before_thread_started.cpp28 pthread_t thread_id; in create_detached_thread() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_stacks.cpp36 int thread_id; in main() local
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Ddisabler_in_tsd_destructor.c32 pthread_t thread_id; in main() local
H A Dcleanup_in_tsd_destructor.c40 pthread_t thread_id; in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cpp47 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
/llvm-project/compiler-rt/test/tsan/
H A Ddebug_alloc_stack.cpp51 int thread_id; in main() local
/llvm-project/offload/test/libc/
H A Dhost_call.c
/llvm-project/libcxxabi/test/
H A Dtest_exception_storage.threads.pass.cpp30 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 Dfork_threaded.c81 pthread_t thread_id; main() local
/llvm-project/lldb/test/API/commands/thread/backtrace/
H A DTestThreadBacktraceRepeat.py54 def check_one_thread(self, thread_id, func_name): argument
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc93 IterationCount iters, int thread_id, internal::ThreadTimer* timer, in Run()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp269 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 DThreadSpec.h63 bool TIDMatches(lldb::tid_t thread_id) const { in TIDMatches()
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py1183 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 Dompd_address_space.py399 def save_thread_object(self, thread_num, thread_id, addr_space): argument
/llvm-project/libc/test/integration/src/stdio/gpu/
H A Dprintf.cpp
/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp80 lldb::tid_t thread_id = thread.GetID(); in TIDMatches() local

123