[][src]Function linuxcnc_hal_sys::hal_stop_threads

pub unsafe extern "C" fn hal_stop_threads() -> c_int

hal_stop_threads() stops all threads that were previously started by hal_start_threads(). It should be called before any component that is part of a system exits. On success it returns 0, on failure a negative error code.