Home
last modified time | relevance | path

Searched defs:waker_thread (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/common/cros_asyncv2/src/
Dexecutor.rs791 let waker_thread = thread::spawn(move || notify_on_idle_worker(thread_ex, tx)); in wakeup_run_until() localVariable
808 let waker_thread = thread::spawn(move || notify_on_idle_worker(thread_ex, tx)); in wakeup_local_task() localVariable
826 let waker_thread = thread::spawn(move || notify_on_idle_worker(thread_ex, tx)); in wakeup_global_task() localVariable