ecore event_loop: add the error handler for event_loop 38/192738/2
authorlsj119 <lsj119@samsung.com>
Fri, 9 Nov 2018 01:49:18 +0000 (10:49 +0900)
committerSangjin Lee <lsj119@samsung.com>
Tue, 13 Nov 2018 03:05:48 +0000 (03:05 +0000)
commit49072b088babc6f646997233701d09a6c43268e7
tree66edaf89abc3882564ec0ed85f1d27b6d44bc73c
parentba5d5ce06e2e46668bd10830dbd2535e22fcf654
ecore event_loop: add the error handler for event_loop

When the return value of select is ZERO, _ecore_main_fdh_mark_active did not called.
So in _ecore_main_awake_handler, we cannot guarantee right operation. For this problem,
Even the return valie of select is ZERO, call the _ecore_main_fdh_mark_active()
with NULL parameters. and In _ecore_main_fdh_mark_active(), reset the all flags for each
fd_handlers.

Change-Id: I6f47f6ce9f824a21e668c099d1601243b3af8b53
src/lib/ecore/ecore_glib.c
src/lib/ecore/ecore_main.c