[−][src]Function mmal_sys::vcos_thread_join
pub unsafe extern "C" fn vcos_thread_join(
thread: *mut VCOS_THREAD_T,
pData: *mut *mut c_void
)
Wait for a thread to terminate and then clean up its resources.
@param thread Thread to wait for @param pData Updated to point at data provided in vcos_thread_exit or exit code of thread function.