Home
last modified time | relevance | path

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

/third_party/ulib/musl/pthread/
A Dpthread_create.c27 __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() function
183 weak_alias(__pthread_exit, pthread_exit);
/third_party/ulib/musl/src/thread/
A Dthrd_exit.c6 __pthread_exit((void*)(intptr_t)result); in thrd_exit()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h147 _Noreturn void __pthread_exit(void* result) ATTR_LIBC_VISIBILITY;

Completed in 4 milliseconds