Searched refs:pthread_cond_timedwait (Results 1 – 25 of 81) sorted by relevance
1234
/glibc-2.36/sysdeps/pthread/ |
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()
|
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()
|
D | tst-eintr5.c | 44 TEST_COMPARE (pthread_cond_timedwait (&c, &m, &ts), 0); in tf()
|
D | tst-cond5.c | 78 err = pthread_cond_timedwait (&cond, &mut, &ts); in do_test()
|
D | tst-kill2.c | 66 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
D | tst-abstime.c | 67 TEST_COMPARE (pthread_cond_timedwait (&c, &m2, &t), ETIMEDOUT); in do_test()
|
D | tst-cond11.c | 70 TEST_COMPARE (pthread_cond_timedwait (&cond, &mut, &ts_timeout), ETIMEDOUT); in run_test()
|
D | tst-kill3.c | 81 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
D | tst-cond15.c | 62 int err = pthread_cond_timedwait (&cond, &mut, &ts); in tf()
|
D | tst-cond20.c | 50 pthread_cond_timedwait (&cond, &mut, &ts); in tf()
|
D | tst-cond6.c | 175 if (pthread_cond_timedwait (cond, mut2, &ts) != 0) in do_test()
|
D | tst-cond8.c | 136 pthread_cond_timedwait (&cond, &mut, &ts); in tf2()
|
D | tst-cond24.c | 64 rv = pthread_cond_timedwait (&cond, &mutex, &ts); in thread_fun_timed()
|
/glibc-2.36/htl/ |
D | Versions | 12 pthread_cond_timedwait; 78 pthread_cond_signal; pthread_cond_timedwait; pthread_cond_wait;
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 46 * pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise. 141 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S 399 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise. 450 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S 561 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): 679 * pthread_cond_timedwait.c (__pthread_cond_timedwait) 695 * pthread_cond_timedwait.c (__pthread_cond_timedwait): Time out 815 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S 820 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S 836 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | Versions | 16 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/glibc-2.36/nptl/ |
D | old_pthread_cond_timedwait.c | 46 pthread_cond_timedwait, GLIBC_2_0);
|
D | Versions | 37 pthread_cond_timedwait; 155 pthread_cond_timedwait;
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | Versions | 33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/ |
D | Versions | 33 # nptl/pthread_cond_timedwait.c uses INTERNAL_VSYSCALL(clock_gettime).
|
/glibc-2.36/htl/tests/ |
D | test-13.c | 67 err = pthread_cond_timedwait (&cond, &m, &ts); in main()
|
/glibc-2.36/resolv/ |
D | gai_notify.c | 29 #define __pthread_cond_timedwait pthread_cond_timedwait
|
D | gai_suspend.c | 100 result = pthread_cond_timedwait (&cond, &__gai_requests_mutex, in ___gai_suspend_time64()
|
/glibc-2.36/sysdeps/nptl/ |
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
|
/glibc-2.36/sysdeps/htl/ |
D | pt-cond-timedwait.c | 38 weak_alias (__pthread_cond_timedwait, pthread_cond_timedwait);
|
1234