Searched defs:abstime_ts (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Host/common/
H A DCondition.cpp88 struct timespec abstime_ts = abstime->GetAsTimeSpec(); local
89 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts);

Completed in 211 milliseconds