Home
last modified time | relevance | path

Searched defs:thread_unlock (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/usb/
Dusb_process.c61 #define thread_unlock(td) mtx_unlock_spin(&sched_lock) macro
/freebsd-9-stable/sys/sys/
Dmutex.h125 #define thread_unlock(tdp) \ macro