Home
last modified time | relevance | path

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

/devicemodel/core/
A Diothread.c42 while(ioctx_x->started) { in io_thread()
71 if (ioctx_x->started) { in iothread_start()
82 ioctx_x->started = true; in iothread_start()
160 ioctx_x->started = false; in iothread_deinit()
222 ioctx_x->started = false; in iothread_create()
A Dvm_event.c42 static bool started = false; variable
316 while (started) { in vm_event_thread()
455 started = true; in vm_event_init()
471 if (started) { in vm_event_deinit()
472 started = false; in vm_event_deinit()
/devicemodel/include/
A Dvhost.h78 bool started; member
A Diothread.h29 bool started; member
/devicemodel/hw/pci/virtio/
A Dvhost.c567 vdev->started = false; in vhost_dev_init()
617 if (vdev->started) in vhost_dev_start()
681 vdev->started = true; in vhost_dev_start()
718 vdev->started = false; in vhost_dev_stop()

Completed in 6 milliseconds