UNLOCK
#define UNLOCK(lock) if (__isthreaded) \
#define UNLOCK { if (__isthreaded) \
#define UNLOCK(ocelock) lockmgr(&(ocelock)->lock, LK_RELEASE)