Searched defs:mutex_unlock (Results 1 – 2 of 2) sorted by relevance
39 #define mutex_unlock(lock) lockmgr(lock, LK_RELEASE) macro
107 #define mutex_unlock(m) if (__isthreaded) \ macro