Lines Matching defs:err
101 int err = 0; in WaitUntil() local
125 int err = syscall(SYS_futex, reinterpret_cast<int32_t *>(v), in Wake() local
159 const int err = Futex::WaitUntil(&futex_, 0, t); in Wait() local
182 const int err = Futex::Wake(&futex_, 1); in Poke() local
193 const int err = pthread_mutex_lock(mu_); in PthreadMutexHolder() local
203 const int err = pthread_mutex_unlock(mu_); in ~PthreadMutexHolder() local
214 const int err = pthread_mutex_init(&mu_, 0); in Waiter() local
229 const int err = pthread_mutex_destroy(&mu_); in ~Waiter() local
256 const int err = pthread_cond_wait(&cv_, &mu_); in Wait() local
261 const int err = pthread_cond_timedwait(&cv_, &mu_, &abs_timeout); in Wait() local
291 const int err = pthread_cond_signal(&cv_); in InternalCondVarPoke() local
453 const unsigned long err{GetLastError()}; // NOLINT(runtime/int) in Wait() local