Searched defs:THR_UNLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_private.h599 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) macro
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_private.h909 #define THR_UNLOCK(thr) THR_LOCK_RELEASE(thr, &(thr)->lock) macro

Completed in 106 milliseconds