Searched defs:ThreadDetach (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/API/
H A DSBHostOS.cpp74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr) function in class:SBHostOS
76 return Host::ThreadDetach (thread, error_ptr ? error_ptr->get() : NULL);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc318 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { function in namespace:__tsan
/external/lldb/source/Host/common/
H A DHost.cpp619 Host::ThreadDetach (lldb::thread_t thread, Error *error) function in class:Host

Completed in 178 milliseconds