Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait (Results 1 – 25 of 55) sorted by relevance

123

/sysdeps/pthread/
A Dtst-cond19.c43 int e = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
57 e = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
A Dtst-cond9.c55 err = pthread_cond_timedwait (&cond, &mut, &ts); in tf()
102 err = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
A Dtst-eintr5.c44 TEST_COMPARE (pthread_cond_timedwait (&c, &m, &ts), 0); in tf()
A Dtst-cond5.c78 err = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
A Dtst-kill2.c66 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
A Dtst-abstime.c67 TEST_COMPARE (pthread_cond_timedwait (&c, &m2, &t), ETIMEDOUT); in do_test()
A Dtst-cond11.c70 TEST_COMPARE (pthread_cond_timedwait (&cond, &mut, &ts_timeout), ETIMEDOUT); in run_test()
A Dtst-kill3.c81 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
A Dtst-cond15.c62 int err = pthread_cond_timedwait (&cond, &mut, &ts); in tf()
A Dtst-cond20.c50 pthread_cond_timedwait (&cond, &mut, &ts); in tf()
A Dtst-cond6.c175 if (pthread_cond_timedwait (cond, mut2, &ts) != 0) in do_test()
A Dtst-cond8.c136 pthread_cond_timedwait (&cond, &mut, &ts); in tf2()
A Dtst-cond24.c64 rv = pthread_cond_timedwait (&cond, &mutex, &ts); in thread_fun_timed()
A Dtst-cond25.c165 if ((ret = pthread_cond_timedwait (&cond, &mutex, &ts)) != 0) in timed_waiter()
/sysdeps/unix/sysv/linux/arm/
A DVersions16 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
/sysdeps/unix/sysv/linux/mips/
A DVersions33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
/sysdeps/unix/sysv/linux/sparc/
A DVersions33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
/sysdeps/htl/
A Dpt-cond-timedwait.c38 weak_alias (__pthread_cond_timedwait, pthread_cond_timedwait);
A Dtimer_routines.c421 pthread_cond_timedwait (&self->cond, &__timer_mutex, in thread_func()
A Dpthread.h549 extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
/sysdeps/nptl/
A Dpthread.h1145 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 Dlibpthread.abilist58 GLIBC_2.12 pthread_cond_timedwait F
/sysdeps/unix/sysv/linux/x86_64/64/
A Dlibc.abilist1371 GLIBC_2.2.5 pthread_cond_timedwait F
2189 GLIBC_2.3.2 pthread_cond_timedwait F
/sysdeps/unix/sysv/linux/i386/
A Dlibc.abilist891 GLIBC_2.0 pthread_cond_timedwait F
2362 GLIBC_2.3.2 pthread_cond_timedwait F
/sysdeps/unix/sysv/linux/m68k/m680x0/
A Dlibc.abilist890 GLIBC_2.0 pthread_cond_timedwait F
2305 GLIBC_2.3.2 pthread_cond_timedwait F

Completed in 69 milliseconds

123