Function flipperzero_sys::furi_kernel_lock
source · pub unsafe extern "C" fn furi_kernel_lock() -> i32Expand description
Lock kernel, pause process scheduling
@return previous lock state(0 - unlocked, 1 - locked)
pub unsafe extern "C" fn furi_kernel_lock() -> i32Lock kernel, pause process scheduling
@return previous lock state(0 - unlocked, 1 - locked)