Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDCondition.cpp86 struct timespec abstime_ts = abstime->GetAsTimeSpec(); in Wait() local
87 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts); in Wait()