Home
last modified time | relevance | path

Searched refs:current_tid (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_win.cc97 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI() local
99 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR_WINAPI()
HDasan_interceptors.cc241 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() local
243 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR()
HDasan_report.cc633 u32 current_tid = GetCurrentTidOrInvalid(); in ScopedInErrorReport() local
634 if (current_tid != reporting_thread_tid) { in ScopedInErrorReport()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp2745 const lldb::tid_t current_tid = GetCurrentThreadID (); in GetThreadFromSuffix() local
2746 if (current_tid == LLDB_INVALID_THREAD_ID) in GetThreadFromSuffix()
2748 else if (current_tid == 0) in GetThreadFromSuffix()
2754 return m_debugged_process_sp->GetThreadByID (current_tid); in GetThreadFromSuffix()