Searched refs:ThreadDetach (Results 1 – 5 of 5) sorted by relevance
36 static bool ThreadDetach(lldb::thread_t thread, lldb::SBError *err);
129 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach() function in SBHostOS
309 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { in ThreadDetach() function
772 void ThreadDetach(ThreadState *thr, uptr pc, int tid);
1049 ThreadDetach(thr, pc, tid); in TSAN_INTERCEPTOR()