lv_thread_sync_delete

Function lv_thread_sync_delete 

Source
pub unsafe extern "C" fn lv_thread_sync_delete(
    sync: *mut lv_thread_sync_t,
) -> lv_result_t
Expand description

Delete a sync object @param sync a sync object to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure