Home
last modified time | relevance | path

Searched defs:e (Results 1 – 19 of 19) sorted by relevance

/nptl/
A Dtst-rwlock15.c41 int e = pthread_rwlock_timedwrlock (&r, &ts); in writer() local
57 int e; in reader() local
A Dtst-rwlock3.c31 int e; in do_test() local
A Dtst-cond22.c26 int e = pthread_barrier_wait (&b); in tf() local
71 int e = pthread_barrier_wait (&b); in do_test() local
A Dtst-clock2.c34 int e = pthread_barrier_wait (&b2); in tf() local
104 int e; in do_test() local
A Dtst-rwlock2.c28 int e; in do_test() local
A Dtst-attr2.c51 int e = pthread_attr_setdetachstate (&a, PTHREAD_CREATE_DETACHED); in do_test() local
A Dtst-tpp.h85 int e = pthread_setschedparam (pthread_self (), SCHED_FIFO, &sp); in init_tpp_test() local
A Dtst-mutex8.c53 int e = pthread_barrier_wait (&b); in tf() local
96 int e; in check_type() local
A Dtst-sched1.c78 int e = pthread_join (th, NULL); in do_test() local
A Dpthread_mutex_init.c44 int e = futex_unlock_pi (&(unsigned int){0}, 0); in prio_inherit_missing() local
A Dtst-mutexpp10.c110 int e = pthread_mutex_init (&m1, &ma); in do_test() local
A Dtst-minstack-throw.cc67 catch (std::exception &e) in threadfunc() local
A Dpthread_mutex_timedlock.c364 int e = __futex_lock_pi64 (&mutex->__data.__lock, clockid, abstime, in __pthread_mutex_clocklock_common() local
529 int e = __futex_abstimed_wait64 ( in __pthread_mutex_clocklock_common() local
A Dpthread_mutex_trylock.c291 int e = INTERNAL_SYSCALL_CALL (futex, &mutex->__data.__lock, in ___pthread_mutex_trylock() local
A Dtst-rwlock9.c72 int e; in writer_thread() local
119 int e; in reader_thread() local
A Dtst-cleanup4.c168 int e = pthread_barrier_wait (&b2); in do_test() local
A Dtst-rwlock6.c123 int e = (clockid == CLOCK_USE_TIMEDLOCK) in do_test_clock() local
A Dpthread_mutex_lock.c430 int e = __futex_lock_pi64 (&mutex->__data.__lock, 0 /* ununsed */, in __pthread_mutex_lock_full() local
A Dtst-setuid1.c886 int e = pthread_barrier_wait (&b4); in tf2() local
903 int e = pthread_barrier_wait (&b3); in tf() local
958 int e = pthread_create (&th, NULL, tf, (void *) (testno | 0x100L)); in do_one_test() local

Completed in 34 milliseconds