VMEM_CONDVAR_DESTROY
#define VMEM_CONDVAR_DESTROY(vm) cv_destroy(&vm->vm_cv)
#define VMEM_CONDVAR_DESTROY(vm) pthread_cond_destroy(&vm->vm_cv)