Searched refs:sem_vcpu_stop (Results 1 – 1 of 1) sorted by relevance
148 static sem_t sem_vcpu_stop; variable276 sem_post(&sem_vcpu_stop); in vcpu_handle_sync_stop()689 sem_getvalue(&sem_vcpu_stop, &sem_val); in run_test()768 sem_wait(&sem_vcpu_stop); in run_test()840 sem_init(&sem_vcpu_stop, 0, 0); in main()