Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_suspend_np.c81 while (_single_thread != NULL) { in _thr_suspend_all_lock()
89 _single_thread = curthread; in _thr_suspend_all_lock()
98 _single_thread = NULL; in _thr_suspend_all_unlock()
H A Dthr_init.c132 struct pthread *_single_thread; variable
454 _single_thread = NULL; in init_private()
H A Dthr_sig.c362 if (curthread == _single_thread) in check_suspend()
H A Dthr_private.h773 extern struct pthread *_single_thread __hidden;