Searched refs:abstime_ts (Results 1 – 1 of 1) sorted by relevance
86 struct timespec abstime_ts = abstime->GetAsTimeSpec(); in Wait() local87 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts); in Wait()