Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dvcpu_barrier.c42 vcpu0_thread(void *arg) in vcpu0_thread() function
120 if (pthread_create(&vcpu0_tid, NULL, vcpu0_thread, (void *)vcpu) != 0) { in main()
H A Dsuspend_info.c49 vcpu0_thread(void *arg) in vcpu0_thread() function
96 if (pthread_create(&tid, NULL, vcpu0_thread, (void *)vtc) != 0) { in vcpu0_spawn()