Searched refs:__objc_thread_exit_status (Results 1 - 25 of 108) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dthr.h38 extern int __objc_thread_exit_status; /* Global exit status. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dthr-irix.c115 exit(__objc_thread_exit_status);
H A Dthr-dce.c133 pthread_exit(&__objc_thread_exit_status);
H A Dthr-decosf1.c133 pthread_exit(&__objc_thread_exit_status);
H A Dthr-pthreads.c99 pthread_exit(&__objc_thread_exit_status);
H A Dthr-solaris.c134 thr_exit(&__objc_thread_exit_status);
H A Dthr-win32.c143 ExitThread(__objc_thread_exit_status);
H A Dthr-posix.c153 pthread_exit(&__objc_thread_exit_status);
H A Dthr-mach.c179 cthread_exit (&__objc_thread_exit_status);
H A Dthr.c30 int __objc_thread_exit_status = 0; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dthr.h50 extern int __objc_thread_exit_status; /* Global exit status. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dthr-irix.c116 exit(__objc_thread_exit_status);
H A Dthr-dce.c134 pthread_exit(&__objc_thread_exit_status);
H A Dthr-decosf1.c134 pthread_exit(&__objc_thread_exit_status);
H A Dthr-pthreads.c100 pthread_exit(&__objc_thread_exit_status);
H A Dthr-solaris.c135 thr_exit(&__objc_thread_exit_status);
H A Dthr-win32.c144 ExitThread(__objc_thread_exit_status);
H A Dthr-posix.c154 pthread_exit(&__objc_thread_exit_status);
H A Dthr-mach.c180 cthread_exit (&__objc_thread_exit_status);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-nks.h142 NXThreadExit (&__objc_thread_exit_status);
H A Dgthr-dce.h248 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
H A Dgthr-solaris.h242 __gthrw_(thr_exit) (&__objc_thread_exit_status);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-dce.h255 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
H A Dgthr-nks.h139 NXThreadExit (&__objc_thread_exit_status);
H A Dgthr-solaris.h240 __gthrw_(thr_exit) (&__objc_thread_exit_status);

Completed in 198 milliseconds

12345