Function devices::cmos::run_cmos_worker

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