Searched refs:pthread_cond_timedwait (Results 1 – 25 of 55) sorted by relevance
123
/sysdeps/pthread/ |
A D | tst-cond19.c | 43 int e = pthread_cond_timedwait (&cond, &mut, &ts); in do_test() 57 e = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
|
A D | tst-cond9.c | 55 err = pthread_cond_timedwait (&cond, &mut, &ts); in tf() 102 err = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
|
A D | tst-eintr5.c | 44 TEST_COMPARE (pthread_cond_timedwait (&c, &m, &ts), 0); in tf()
|
A D | tst-cond5.c | 78 err = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
|
A D | tst-kill2.c | 66 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
A D | tst-abstime.c | 67 TEST_COMPARE (pthread_cond_timedwait (&c, &m2, &t), ETIMEDOUT); in do_test()
|
A D | tst-cond11.c | 70 TEST_COMPARE (pthread_cond_timedwait (&cond, &mut, &ts_timeout), ETIMEDOUT); in run_test()
|
A D | tst-kill3.c | 81 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
A D | tst-cond15.c | 62 int err = pthread_cond_timedwait (&cond, &mut, &ts); in tf()
|
A D | tst-cond20.c | 50 pthread_cond_timedwait (&cond, &mut, &ts); in tf()
|
A D | tst-cond6.c | 175 if (pthread_cond_timedwait (cond, mut2, &ts) != 0) in do_test()
|
A D | tst-cond8.c | 136 pthread_cond_timedwait (&cond, &mut, &ts); in tf2()
|
A D | tst-cond24.c | 64 rv = pthread_cond_timedwait (&cond, &mutex, &ts); in thread_fun_timed()
|
A D | tst-cond25.c | 165 if ((ret = pthread_cond_timedwait (&cond, &mutex, &ts)) != 0) in timed_waiter()
|
/sysdeps/unix/sysv/linux/arm/ |
A D | Versions | 16 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/sysdeps/unix/sysv/linux/mips/ |
A D | Versions | 33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | Versions | 33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/sysdeps/htl/ |
A D | pt-cond-timedwait.c | 38 weak_alias (__pthread_cond_timedwait, pthread_cond_timedwait);
|
A D | timer_routines.c | 421 pthread_cond_timedwait (&self->cond, &__timer_mutex, in thread_func()
|
A D | pthread.h | 549 extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
|
/sysdeps/nptl/ |
A D | pthread.h | 1145 extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond, 1151 extern int __REDIRECT (pthread_cond_timedwait, 1158 # define pthread_cond_timedwait __pthread_cond_timedwait64 macro
|
/sysdeps/mach/hurd/i386/ |
A D | libpthread.abilist | 58 GLIBC_2.12 pthread_cond_timedwait F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 1371 GLIBC_2.2.5 pthread_cond_timedwait F 2189 GLIBC_2.3.2 pthread_cond_timedwait F
|
/sysdeps/unix/sysv/linux/i386/ |
A D | libc.abilist | 891 GLIBC_2.0 pthread_cond_timedwait F 2362 GLIBC_2.3.2 pthread_cond_timedwait F
|
/sysdeps/unix/sysv/linux/m68k/m680x0/ |
A D | libc.abilist | 890 GLIBC_2.0 pthread_cond_timedwait F 2305 GLIBC_2.3.2 pthread_cond_timedwait F
|
Completed in 69 milliseconds
123