Searched refs:sem_vcpu_cont (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_test.c140 static sem_t sem_vcpu_cont;
250 sem_wait_until(&sem_vcpu_cont);
348 sem_post(&sem_vcpu_cont);
409 sem_wait_until(&sem_vcpu_cont);
776 sem_getvalue(&sem_vcpu_cont, &sem_val);
806 * Set host_quit before sem_vcpu_cont in the final iteration to
815 sem_post(&sem_vcpu_cont);
863 sem_init(&sem_vcpu_cont, 0, 0);
143 static sem_t sem_vcpu_cont; variable

Completed in 136 milliseconds