Searched refs:THR_UNLOCK (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libthr/thread/ | ||
H A D | thr_create.c | 271 THR_UNLOCK(curthread); in thread_start() |
H A D | thr_private.h | 644 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) macro |