Home
last modified time | relevance | path

Searched refs:_thr_isthreaded (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
HDthr_fork.c169 if (_thr_isthreaded() != 0) { in __thr_fork()
HDthr_exit.c293 if (!_thr_isthreaded())
HDthr_create.c72 if (_thr_isthreaded() == 0) { in _pthread_create()
HDthr_private.h908 _thr_isthreaded(void) in _thr_isthreaded() function