Home
last modified time | relevance | path

Searched refs:_thr_initial (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_main_np.c47 if (!_thr_initial) in _thr_main_np()
50 return (_pthread_equal(_pthread_self(), _thr_initial) ? 1 : 0); in _thr_main_np()
H A Dthr_rtld.c98 if (curthread != _thr_initial) \
105 if (curthread != _thr_initial) \
H A Dthr_init.c65 struct pthread *_thr_initial; variable
319 if (_thr_initial != NULL && curthread == NULL) in _libpthread_init()
359 _thr_initial = curthread; in _libpthread_init()
H A Dthr_kern.c147 if (_thr_initial == NULL) { in _thr_alloc_wake_addr()
H A Dthr_private.h73 extern struct pthread *_thr_initial __hidden;
927 return (_thr_initial != NULL); in _thr_is_inited()
933 if (_thr_initial == NULL) in _thr_check_init()
H A Dthr_fork.c94 if (_thr_initial != NULL) { in _thr_atfork()
H A Dthr_list.c123 if (td == _thr_initial) { in _thr_gc()
/freebsd/lib/libthr/sys/
H A Dthr_error.c50 if (_thr_initial != NULL) { in __error_threaded()
52 if (curthread != NULL && curthread != _thr_initial) in __error_threaded()
/freebsd/lib/libthr/arch/arm/include/
H A Dpthread_md.h46 if (_thr_initial) in _get_curthread()
/freebsd/lib/libthr/arch/riscv/include/
H A Dpthread_md.h54 if (_thr_initial) in _get_curthread()
/freebsd/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h47 if (_thr_initial) in _get_curthread()