Searched defs:ThreadJoin (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/API/
H A DSBHostOS.cpp80 SBHostOS::ThreadJoin (lldb::thread_t thread, void **result, SBError *error_ptr) function in class:SBHostOS
82 return Host::ThreadJoin (thread, result, error_ptr ? error_ptr->get() : NULL);
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc121 void ThreadJoin(u32 tid) { function in namespace:__lsan
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc300 void ThreadJoin(ThreadState *thr, uptr pc, int tid) { function in namespace:__tsan
303 DPrintf("#%d: ThreadJoin tid=%d\n", thr->tid, tid);
/external/lldb/source/Host/common/
H A DHost.cpp628 Host::ThreadJoin (lldb::thread_t thread, thread_result_t *thread_result_ptr, Error *error) function in class:Host

Completed in 81 milliseconds