Function linux_api_exit::exit_group [] [src]

pub unsafe extern "C" fn exit_group(error_code: c_int)

Exits every process in the current process group with the specified error code

You should use either linux_api::EXIT_SUCCESS or linux_api::EXIT_FAILURE