VMEM_LOCK
#define VMEM_LOCK(vm) mtx_lock(&vm->vm_lock)
#define VMEM_LOCK(vm) pthread_mutex_lock(&vm->vm_lock)