Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_suspend_np.c79 while (_single_thread != NULL) { in _thr_suspend_all_lock()
87 _single_thread = curthread; in _thr_suspend_all_lock()
96 _single_thread = NULL; in _thr_suspend_all_unlock()
H A Dthr_init.c130 struct pthread *_single_thread; variable
489 _single_thread = NULL; in init_private()
H A Dthr_sig.c412 if (curthread == _single_thread) in check_suspend()
H A Dthr_private.h775 extern struct pthread *_single_thread __hidden;