[][src]Function mmal_sys::vcos_platform_init

pub unsafe extern "C" fn vcos_platform_init() -> VCOS_STATUS_T

Platform-specific initialisation. VCOS internal function, not part of public API, do not call from outside vcos. vcos_init()/vcos_deinit() reference count calls, so this function is only called from an uninitialized state, i.e. there will not be two consecutive calls to vcos_platform_init() without an intervening call to vcos_platform_deinit(). This function is called with vcos_global_lock held. @return Status of initialisation.