Lines Matching refs:e
364 int e = __futex_lock_pi64 (&mutex->__data.__lock, clockid, abstime, in __pthread_mutex_clocklock_common() local
366 if (e == ETIMEDOUT) in __pthread_mutex_clocklock_common()
368 else if (e == ESRCH || e == EDEADLK) in __pthread_mutex_clocklock_common()
370 assert (e != EDEADLK in __pthread_mutex_clocklock_common()
375 assert (e != ESRCH || !robust); in __pthread_mutex_clocklock_common()
380 e = __futex_abstimed_wait64 (&(unsigned int){0}, 0, clockid, in __pthread_mutex_clocklock_common()
382 while (e != ETIMEDOUT); in __pthread_mutex_clocklock_common()
385 else if (e != 0) in __pthread_mutex_clocklock_common()
386 return e; in __pthread_mutex_clocklock_common()
529 int e = __futex_abstimed_wait64 ( in __pthread_mutex_clocklock_common() local
532 if (e == ETIMEDOUT || e == EOVERFLOW) in __pthread_mutex_clocklock_common()
533 return e; in __pthread_mutex_clocklock_common()