Home
last modified time | relevance | path

Searched refs:THR_REF_DEL (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_suspend_np.c140 THR_REF_DEL(curthread, thread); in _pthread_suspend_all_np()
H A Dthr_list.c328 THR_REF_DEL(curthread, thread); in _thr_try_gc()
H A Dthr_private.h707 #define THR_REF_DEL(curthread, pthread) { \ macro