pub unsafe extern "C" fn lv_thread_delete(
thread: *mut lv_thread_t,
) -> lv_result_tExpand description
Delete a thread @param thread the thread to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure
pub unsafe extern "C" fn lv_thread_delete(
thread: *mut lv_thread_t,
) -> lv_result_tDelete a thread @param thread the thread to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure