Searched refs:__pthread_cond_timedwait_time64 (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/common/ |
D | test.h | 42 #define __pthread_cond_timedwait_time64 pthread_cond_timedwait macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 229 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 237 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/include/ |
D | pthread.h | 384 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 395 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 282 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_cond_timedwait.c | 19 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/ |
D | libc.map.txt | 180 __pthread_cond_timedwait_time64;
|