Searched refs:vcpu_ready (Results 1 – 2 of 2) sorted by relevance
41 static sem_t vcpu_ready; variable77 sem_post(&vcpu_ready); in vcpu_worker()109 TEST_ASSERT(!sem_timedwait(&vcpu_ready, &ts), in wait_for_vcpu()
119 static sem_t vcpu_ready; variable157 sem_post(&vcpu_ready); in vcpu_worker()189 TEST_ASSERT(!sem_timedwait(&vcpu_ready, &ts), in wait_for_vcpu()
Completed in 15 milliseconds