Searched refs:vcpu_done_map_lock (Results 1 – 1 of 1) sorted by relevance
45 static pthread_mutex_t vcpu_done_map_lock; variable 58 pthread_mutex_lock(&vcpu_done_map_lock); in test_vcpu_run() 60 pthread_mutex_unlock(&vcpu_done_map_lock); in test_vcpu_run() 124 pthread_mutex_lock(&vcpu_done_map_lock); in test_vcpu_migration() 126 pthread_mutex_unlock(&vcpu_done_map_lock); in test_vcpu_migration() 146 pthread_mutex_init(&vcpu_done_map_lock, NULL); in test_run()