Searched refs:ThreadJoin (Results 1 - 19 of 19) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBHostOS.h45 ThreadJoin (lldb::thread_t thread,
/external/lldb/scripts/Python/interface/
H A DSBHostOS.i36 ThreadJoin (lldb::thread_t thread,
/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.h44 void ThreadJoin(u32 tid);
H A Dlsan_thread.cc121 void ThreadJoin(u32 tid) { function in namespace:__lsan
H A Dlsan_interceptors.cc273 ThreadJoin(tid);
/external/lldb/include/lldb/Host/
H A DHost.h263 ThreadJoin (lldb::thread_t thread,
/external/lldb/source/Core/
H A DCommunication.cpp267 bool status = Host::ThreadJoin (m_read_thread, NULL, error_ptr);
/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);
H A Dtsan_rtl.h638 void ThreadJoin(ThreadState *thr, uptr pc, int tid);
H A Dtsan_interceptors.cc899 ThreadJoin(thr, pc, tid);
/external/lldb/tools/driver/
H A DIOChannel.cpp526 return SBHostOS::ThreadJoin (m_read_thread, NULL, NULL);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp833 Host::ThreadJoin (m_async_thread, NULL, NULL);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp709 if (Host::ThreadJoin (accept_thread, &accept_thread_result, &error))
H A DProcessGDBRemote.cpp2785 Host::ThreadJoin (m_async_thread, NULL, NULL);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1641 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL);
1665 Host::ThreadJoin(m_operation_thread, &result, NULL);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp2168 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL);
2192 Host::ThreadJoin(m_operation_thread, &result, NULL);
/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
/external/lldb/source/Target/
H A DProcess.cpp3872 Host::ThreadJoin (private_state_thread, &result, NULL);

Completed in 2903 milliseconds