Searched refs:pthread_timedjoin_np (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/compat/time32/ |
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/liteos_m/user/include/ |
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/uniproton/kernel/include/ |
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/ |
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/ |
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/include/ |
D | pthread.h | 379 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/ |
D | pthread.h | 390 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/ |
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/porting/liteos_a/user/src/thread/ |
D | pthread_join.c | 57 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
|
/third_party/musl/src/thread/ |
D | pthread_join.c | 76 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
|
/third_party/musl/ |
D | libc.map.txt | 1466 # pthread_timedjoin_np;
|
D | WHATSNEW | 1704 - pthread_tryjoin_np and pthread_timedjoin_np (nonstandard extensions)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 17859 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,
|