ecore signal - for now disable the sig watcher thread and do on mainloop
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 11 Jan 2018 07:17:18 +0000 (16:17 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Jan 2018 09:19:27 +0000 (18:19 +0900)
commit5af466f6427ed797acc5f11e9078519023cf07e2
treeac588b52664b784a23007772186bac3bbd8f469b
parent6aea1bac1f256c4854b7657632637cedd5d714d2
ecore signal - for now disable the sig watcher thread and do on mainloop

we used to do signals on main loop. keep doing. the pipes should work
in cleanly serializing the signals irrespective of when/where they are
caught (because we do into kernel and back out again). hoping this
makes osx work again. can't test as i have no osx box or vm. works on
linux and freebsd though.
src/lib/ecore/ecore_signal.c