[][src]Function mynewt::kernel::os::os_idle_task

pub unsafe extern "C" fn os_idle_task(arg: *mut c_void)

Idle operating system task, runs when no other tasks are running. The idle task operates in tickless mode, which means it looks for the next time an event in the system needs to run, and then tells the architecture specific functions to sleep until that time.