Home
last modified time | relevance | path

Searched refs:__pthread_timedjoin_np (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c10 static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec *at) in __pthread_timedjoin_np() function
48 return __pthread_timedjoin_np(t, res, 0); in __pthread_join()
57 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/musl/src/thread/
Dpthread_join.c10 static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec *at) in __pthread_timedjoin_np() function
30 return __pthread_timedjoin_np(t, res, 0); in __pthread_join()
39 weak_alias(__pthread_timedjoin_np, pthread_timedjoin_np);
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_join.c5 _LIBC_TEXT_SECTION static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec… in __pthread_timedjoin_np() function
38 return __pthread_timedjoin_np(t, res, 0); in __pthread_join()