Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_exit.c140 if (!_thr_isthreaded()) in exit_thread()
H A Dthr_create.c67 if (_thr_isthreaded() == 0 && _thr_setthreaded(1)) in _pthread_create()
H A Dthr_fork.c207 if ((_thr_isthreaded() != 0) && (__malloc_lock != NULL)) { in _fork()
H A Dthr_private.h773 _thr_isthreaded(void) in _thr_isthreaded() function
H A Dthr_syscalls.c493 if (!_thr_isthreaded()) in _raise()