[−][src]Type Definition mmal_sys::VCOS_THREAD_ENTRY_FN_T
type VCOS_THREAD_ENTRY_FN_T = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>;
Thread entry point. Returns a void* for consistency with pthreads.
type VCOS_THREAD_ENTRY_FN_T = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>;
Thread entry point. Returns a void* for consistency with pthreads.