gsource is automatically restored when a problem occurs in eventfd.
- Problems caused from other libraries that attempt to use the wrong fd
often affect the eventfd of surf_source or del_source.
- In such a case, in the past, assert checking was used to generate abort
and it was not good.
- So I made it possible to regenerate eventfd to minimize
the abort generated by libtpl-egl and overcome the problem situation.
Change-Id: I4cb23a022b40c48f864de402f3beabd2fec29a64
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>