Searched refs:_objc_thread_attribs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dgthr-posix.h236 static pthread_attr_t _objc_thread_attribs; variable
255 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0
256 && __gthrw_(pthread_attr_setdetachstate) (&_objc_thread_attribs,
271 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
H A Dgthr-posix95.h202 static pthread_attr_t _objc_thread_attribs; variable
221 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0
222 && __gthrw_(pthread_attr_setdetachstate) (&_objc_thread_attribs,
237 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)

Completed in 90 milliseconds