Home
last modified time | relevance | path

Searched refs:__cnd_timedwait_time64 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_timedwait.c23 extern int __cnd_timedwait_time64(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__re…
113 if (__cnd_timedwait_time64(&cond, &mutex, &w_time) != thrd_success) { in cnd_timedwait_time64_0100()
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
/third_party/musl/include/
Dthreads.h86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h86 __REDIR(cnd_timedwait, __cnd_timedwait_time64);
/third_party/musl/libc-test/src/common/
Dtest.h53 #define __cnd_timedwait_time64 cnd_timedwait macro
/third_party/musl/
Dlibc.map.txt27 __cnd_timedwait_time64;