pomp_loop_idle_flush

Function pomp_loop_idle_flush 

Source
pub unsafe extern "C" fn pomp_loop_idle_flush(
    loop_: *mut pomp_loop,
) -> c_int
Expand description

Flush idle entries. Calls all pending idles.

@param loop : loop. @return 0 in case of success, negative errno value in case of error.