Home
last modified time | relevance | path

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

/external/crosvm/src/sys/windows/
Dirq_wait.rs155 let mut notify_control_on_iteration_end = false; in run() localVariable
189 notify_control_on_iteration_end = true; in run()
367 if notify_control_on_iteration_end { in run()
457 let mut notify_control_on_iteration_end = false; in run() localVariable
472 notify_control_on_iteration_end = true; in run()
498 if notify_control_on_iteration_end { in run()
/external/crosvm/src/crosvm/sys/
Dlinux.rs4436 let mut notify_control_on_iteration_end = false; in irq_handler_thread() localVariable
4489 notify_control_on_iteration_end = true; in irq_handler_thread()
4527 if notify_control_on_iteration_end { in irq_handler_thread()