pub unsafe extern "C" fn pomp_loop_idle_flush( loop_: *mut pomp_loop, ) -> c_int
Flush idle entries. Calls all pending idles.
@param loop : loop. @return 0 in case of success, negative errno value in case of error.