Searched refs:pthread_timedjoin_np (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | pthread_timedjoin_np_time32.c | 8 return pthread_timedjoin_np(t, res, !at32 ? 0 : (&(struct timespec){ in __pthread_timedjoin_np_time32()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 232 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 D | pthread.h | 232 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 D | pthread.h | 232 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 D | pthread.h | 224 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 D | pthread_join.c | 57 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
|
/third_party/musl/src/thread/ |
H A D | pthread_join.c | 80 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 405 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 D | pthread.h | 277 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 D | pthread.h | 380 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 D | namespace.h | 209 #define pthread_timedjoin_np _pthread_timedjoin_np
macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17859 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return, [all...] |
Completed in 29 milliseconds