lv_thread_sync_init

Function lv_thread_sync_init 

Source
pub unsafe extern "C" fn lv_thread_sync_init(
    sync: *mut lv_thread_sync_t,
) -> lv_result_t
Expand 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