ui: move thread functions.

This commit is contained in:
Alastair Poole 2020-05-14 18:37:28 +01:00
parent 263245eea7
commit 9360770593
1 changed files with 12 additions and 12 deletions

View File

@ -646,18 +646,6 @@ _process_list(void *data, Ecore_Thread *thread)
}
}
static void
_thread_end_cb(void *data EINA_UNUSED, Ecore_Thread *thread)
{
thread = NULL;
}
static void
_thread_error_cb(void *data EINA_UNUSED, Ecore_Thread *thread)
{
thread = NULL;
}
static void
_btn_icon_state_set(Evas_Object *button, Eina_Bool reverse)
{
@ -1604,6 +1592,18 @@ evisum_ui_shutdown(Ui *ui)
eina_lock_free(&_lock);
}
static void
_thread_end_cb(void *data EINA_UNUSED, Ecore_Thread *thread)
{
thread = NULL;
}
static void
_thread_error_cb(void *data EINA_UNUSED, Ecore_Thread *thread)
{
thread = NULL;
}
static void
_sys_info_all_poll(void *data, Ecore_Thread *thread)
{