mutex_unlock
#define mutex_unlock(m) if (__isthreaded) \
#define mutex_unlock(lock) lockmgr(lock, LK_RELEASE)