Searched defs:thread_unlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/usb/ | ||
| D | usb_process.c | 61 #define thread_unlock(td) mtx_unlock_spin(&sched_lock) macro |
| /freebsd-9-stable/sys/sys/ | ||
| D | mutex.h | 125 #define thread_unlock(tdp) \ macro |