Home
last modified time | relevance | path

Searched refs:pthread_timedjoin_np (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/compat/time32/
Dpthread_timedjoin_np_time32.c8 return pthread_timedjoin_np(t, res, !at32 ? 0 : (&(struct timespec){ in __pthread_timedjoin_np_time32()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h224 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
233 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h232 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
241 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h232 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
241 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h232 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
241 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/include/
Dpthread.h379 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
388 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/linux/user/include/
Dpthread.h390 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
399 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h277 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
286 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c57 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/musl/src/thread/
Dpthread_join.c76 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
/third_party/musl/
Dlibc.map.txt1466 # pthread_timedjoin_np;
DWHATSNEW1704 - pthread_tryjoin_np and pthread_timedjoin_np (nonstandard extensions)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp17859 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,