Home
last modified time | relevance | path

Searched refs:thread_result_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h285 lldb::thread_result_t *thread_result_ptr,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp686 Host::ThreadJoin (lldb::thread_t thread, thread_result_t *thread_result_ptr, Error *error) in ThreadJoin() argument
688 int err = ::pthread_join (thread, thread_result_ptr); in ThreadJoin()