VMEM_UNLOCK
#define VMEM_UNLOCK(vm) mtx_unlock(&vm->vm_lock)
#define VMEM_UNLOCK(vm) pthread_mutex_unlock(&vm->vm_lock)