Searched refs:thread_result_ptr (Results 1 – 2 of 2) sorted by relevance
264 lldb::thread_result_t *thread_result_ptr,
628 Host::ThreadJoin (lldb::thread_t thread, thread_result_t *thread_result_ptr, Error *error) in ThreadJoin() argument630 int err = ::pthread_join (thread, thread_result_ptr); in ThreadJoin()