Home
last modified time | relevance | path

Searched refs:pthread_timedjoin_np (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/compat/time32/
H A Dpthread_timedjoin_np_time32.c8 return pthread_timedjoin_np(t, res, !at32 ? 0 : (&(struct timespec){ in __pthread_timedjoin_np_time32()
/third_party/musl/porting/uniproton/kernel/include/
H A 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/
H A 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/
H A 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/user/include/
H A 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/liteos_a/user/src/thread/
H A Dpthread_join.c57 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/musl/src/thread/
H A Dpthread_join.c80 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/musl/porting/linux/user/include/
H A Dpthread.h405 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
414 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h277 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
286 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/musl/include/
H A Dpthread.h380 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
389 __REDIR(pthread_timedjoin_np, __pthread_timedjoin_np_time64);
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17859 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,
[all...]

Completed in 29 milliseconds