Home
last modified time | relevance | path

Searched refs:thread_return (Results 1 – 5 of 5) sorted by relevance

/nptl/
A Dpthread_timedjoin.c23 ___pthread_timedjoin_np64 (pthread_t threadid, void **thread_return, in ___pthread_timedjoin_np64() argument
26 return __pthread_clockjoin_ex (threadid, thread_return, in ___pthread_timedjoin_np64()
37 ___pthread_timedjoin_np (pthread_t threadid, void **thread_return,
43 return __pthread_timedjoin_np64 (threadid, thread_return, &ts64);
46 return __pthread_timedjoin_np64 (threadid, thread_return, NULL);
A Dpthread_clockjoin.c25 ___pthread_clockjoin_np64 (pthread_t threadid, void **thread_return, in ___pthread_clockjoin_np64() argument
32 return __pthread_clockjoin_ex (threadid, thread_return, in ___pthread_clockjoin_np64()
43 ___pthread_clockjoin_np (pthread_t threadid, void **thread_return,
49 return __pthread_clockjoin_np64 (threadid, thread_return, clockid,
53 return __pthread_clockjoin_np64 (threadid, thread_return, clockid,
A Dpthread_join.c22 ___pthread_join (pthread_t threadid, void **thread_return) in ___pthread_join() argument
24 return __pthread_clockjoin_ex (threadid, thread_return, 0 /* Ignored */, in ___pthread_join()
A Dpthread_tryjoin.c22 __pthread_tryjoin_np (pthread_t threadid, void **thread_return) in __pthread_tryjoin_np() argument
31 return __pthread_clockjoin_ex (threadid, thread_return, 0 /* Ignored */, in __pthread_tryjoin_np()
A Dpthread_join_common.c36 __pthread_clockjoin_ex (pthread_t threadid, void **thread_return, in __pthread_clockjoin_ex() argument
124 if (thread_return != NULL) in __pthread_clockjoin_ex()
125 *thread_return = pd_result; in __pthread_clockjoin_ex()

Completed in 4 milliseconds