Home
last modified time | relevance | path

Searched refs:vcpu_done_map_lock (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Darch_timer.c86 static pthread_mutex_t vcpu_done_map_lock; variable
224 pthread_mutex_lock(&vcpu_done_map_lock); in test_vcpu_run()
226 pthread_mutex_unlock(&vcpu_done_map_lock); in test_vcpu_run()
297 pthread_mutex_lock(&vcpu_done_map_lock); in test_vcpu_migration()
299 pthread_mutex_unlock(&vcpu_done_map_lock); in test_vcpu_migration()
319 pthread_mutex_init(&vcpu_done_map_lock, NULL); in test_run()