Home
last modified time | relevance | path

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

/external/crosvm/src/sys/
Dwindows.rs1298 let sys_allocator_mutex = Arc::new(Mutex::new(sys_allocator)); in run_control() localVariable
1342 let sys_allocator_mutex = sys_allocator_mutex.clone(); in run_control() localVariable
/external/crosvm/src/crosvm/sys/
Dlinux.rs3613 let sys_allocator_mutex = Arc::new(Mutex::new(sys_allocator)); in run_control() localVariable
3927 let sys_allocator_mutex = sys_allocator_mutex.clone(); in run_control() localVariable