pub unsafe extern "C" fn lv_thread_sync_init(
sync: *mut lv_thread_sync_t,
) -> lv_result_tExpand description
Create a thread synchronization object @param sync a variable in which the sync will be stored @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure