Home
last modified time | relevance | path

Searched refs:THR_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_create.c271 THR_UNLOCK(curthread); in thread_start()
H A Dthr_private.h644 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) macro