Searched refs:__pthread_exit (Results 1 – 3 of 3) sorted by relevance
27 __pthread_exit(self->start(self->start_arg)); in start_pthread()33 __pthread_exit((void*)(intptr_t)start(self->start_arg)); in start_c11()166 _Noreturn void __pthread_exit(void* result) { in __pthread_exit() function183 weak_alias(__pthread_exit, pthread_exit);
6 __pthread_exit((void*)(intptr_t)result); in thrd_exit()
147 _Noreturn void __pthread_exit(void* result) ATTR_LIBC_VISIBILITY;
Completed in 4 milliseconds