Home
last modified time | relevance | path

Searched refs:__pthread_cond_timedwait_time64 (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/common/
Dtest.h42 #define __pthread_cond_timedwait_time64 pthread_cond_timedwait macro
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h229 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/include/
Dpthread.h384 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/porting/linux/user/include/
Dpthread.h395 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h282 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_cond_timedwait.c19 extern int __pthread_cond_timedwait_time64(pthread_cond_t *__restrict,
120 EXPECT_EQ(__pthread_cond_timedwait_time64(&cond, &mutex, &ts), ETIMEDOUT); in pthread_cond_timedwait_time64_0010()
/third_party/musl/
Dlibc.map.txt180 __pthread_cond_timedwait_time64;