_PROP_MUTEX_UNLOCK
#define _PROP_MUTEX_UNLOCK(x) lockmgr(&(x), LK_RELEASE)
#define _PROP_MUTEX_UNLOCK(x) /* nothing */
#define _PROP_MUTEX_UNLOCK(x) mutex_unlock(&(x))
#define _PROP_MUTEX_UNLOCK(x) /* nothing */
#define _PROP_MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x))