[][src]Function mmal_sys::vcos_thread_at_exit

pub unsafe extern "C" fn vcos_thread_at_exit(
    pfn: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    cxt: *mut c_void
) -> VCOS_STATUS_T

Register a function to be called when the current thread exits.