Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs62 let is_running = running_atomic.clone(); in new() localVariable
64 while is_running.load(Ordering::SeqCst) { in new()
78 while is_running.load(Ordering::SeqCst) { in new()