Searched refs:__pthread_exit (Results 1 – 5 of 5) sorted by relevance
33 __pthread_exit (void *status) in __pthread_exit() function112 weak_alias (__pthread_exit, pthread_exit);
35 __pthread_exit (PTHREAD_CANCELED); in __pthread_testcancel()
51 .ptr___pthread_exit = __pthread_exit,
110 FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval),112 strong_alias (__pthread_exit, pthread_exit);
76 __pthread_exit ((void*) (uintptr_t) start (arg)); in entry_point()79 __pthread_exit (start_routine (arg)); in entry_point()
Completed in 10 milliseconds