Searched defs:e (Results 1 – 19 of 19) sorted by relevance
/nptl/ |
A D | tst-rwlock15.c | 41 int e = pthread_rwlock_timedwrlock (&r, &ts); in writer() local 57 int e; in reader() local
|
A D | tst-rwlock3.c | 31 int e; in do_test() local
|
A D | tst-cond22.c | 26 int e = pthread_barrier_wait (&b); in tf() local 71 int e = pthread_barrier_wait (&b); in do_test() local
|
A D | tst-clock2.c | 34 int e = pthread_barrier_wait (&b2); in tf() local 104 int e; in do_test() local
|
A D | tst-rwlock2.c | 28 int e; in do_test() local
|
A D | tst-attr2.c | 51 int e = pthread_attr_setdetachstate (&a, PTHREAD_CREATE_DETACHED); in do_test() local
|
A D | tst-tpp.h | 85 int e = pthread_setschedparam (pthread_self (), SCHED_FIFO, &sp); in init_tpp_test() local
|
A D | tst-mutex8.c | 53 int e = pthread_barrier_wait (&b); in tf() local 96 int e; in check_type() local
|
A D | tst-sched1.c | 78 int e = pthread_join (th, NULL); in do_test() local
|
A D | pthread_mutex_init.c | 44 int e = futex_unlock_pi (&(unsigned int){0}, 0); in prio_inherit_missing() local
|
A D | tst-mutexpp10.c | 110 int e = pthread_mutex_init (&m1, &ma); in do_test() local
|
A D | tst-minstack-throw.cc | 67 catch (std::exception &e) in threadfunc() local
|
A D | pthread_mutex_timedlock.c | 364 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 D | pthread_mutex_trylock.c | 291 int e = INTERNAL_SYSCALL_CALL (futex, &mutex->__data.__lock, in ___pthread_mutex_trylock() local
|
A D | tst-rwlock9.c | 72 int e; in writer_thread() local 119 int e; in reader_thread() local
|
A D | tst-cleanup4.c | 168 int e = pthread_barrier_wait (&b2); in do_test() local
|
A D | tst-rwlock6.c | 123 int e = (clockid == CLOCK_USE_TIMEDLOCK) in do_test_clock() local
|
A D | pthread_mutex_lock.c | 430 int e = __futex_lock_pi64 (&mutex->__data.__lock, 0 /* ununsed */, in __pthread_mutex_lock_full() local
|
A D | tst-setuid1.c | 886 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