Searched refs:_pthread_exit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A Dreentrant.h133 #define thr_exit(x) _pthread_exit(x)
H A D_fbsd_compat_.h96 #define _pthread_exit pthread_exit macro
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c166 static void _pthread_exit(pthread_t self, void *value_ptr) __dead2;
642 _pthread_exit(self, (self->fun)(self->arg));
1275 _pthread_exit(pthread_t self, void *value_ptr) function
1312 _pthread_exit(self, value_ptr);
1949 _pthread_exit(self, NULL);

Completed in 86 milliseconds