Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_suspend_np.c137 THR_REF_DEL(curthread, thread); in _pthread_suspend_all_np()
HDthr_list.c326 THR_REF_DEL(curthread, thread); in _thr_try_gc()
HDthr_private.h702 #define THR_REF_DEL(curthread, pthread) { \ macro