Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Darch_timer.c45 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()
129 pthread_mutex_lock(&vcpu_done_map_lock); in test_vcpu_migration()
131 pthread_mutex_unlock(&vcpu_done_map_lock); in test_vcpu_migration()
151 pthread_mutex_init(&vcpu_done_map_lock, NULL); in test_run()