Function run_cmos_worker

Source
fn run_cmos_worker(
    alarm_state: Arc<Mutex<AlarmState>>,
    kill_evt: Event,
) -> Result<()>