_PROP_MUTEX_UNLOCK
#define _PROP_MUTEX_UNLOCK(x) mutex_exit(&(x))
#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))