ecore_thread: Fix arguments to match with the function call.
authorWoochanlee <wc0917.lee@samsung.com>
Mon, 23 Sep 2019 06:17:45 +0000 (06:17 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
commite84896378a76b4a84989529f41f515afcffa41e5
treee6cbdf819c1f25ab4a1ebda9780f386bd22f18d9
parent09b04f06cf026161ee0ad8a36a240dda18d62cc9
ecore_thread: Fix arguments to match with the function call.

see the _eina_thread_internal() function

r = c->func((void*) c->data, eina_thread_self());

The second param has been missed in ecore_thread_worker, ecore_direct_worker functions.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10073
src/lib/ecore/ecore_thread.c