Searched refs:_thr_initial (Results 1 – 11 of 11) sorted by relevance
47 if (!_thr_initial) in _thr_main_np()50 return (_pthread_equal(_pthread_self(), _thr_initial) ? 1 : 0); in _thr_main_np()
98 if (curthread != _thr_initial) \105 if (curthread != _thr_initial) \
65 struct pthread *_thr_initial; variable319 if (_thr_initial != NULL && curthread == NULL) in _libpthread_init()359 _thr_initial = curthread; in _libpthread_init()
147 if (_thr_initial == NULL) { in _thr_alloc_wake_addr()
73 extern struct pthread *_thr_initial __hidden;927 return (_thr_initial != NULL); in _thr_is_inited()933 if (_thr_initial == NULL) in _thr_check_init()
94 if (_thr_initial != NULL) { in _thr_atfork()
123 if (td == _thr_initial) { in _thr_gc()
50 if (_thr_initial != NULL) { in __error_threaded()52 if (curthread != NULL && curthread != _thr_initial) in __error_threaded()
46 if (_thr_initial) in _get_curthread()
54 if (_thr_initial) in _get_curthread()
47 if (_thr_initial) in _get_curthread()