ecore - efl thread - reduce copy & paste and merge into single func
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 20 Jul 2019 10:44:05 +0000 (11:44 +0100)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Jul 2019 05:04:43 +0000 (14:04 +0900)
commit6528eac6a206684ca1ec17bda7c941dcd5f378e2
tree54bb8f48e4547ded86faa4f321222404dbeac7fb
parent9a78157825b886f7de3ee6928cd17cc25a8469d0
ecore - efl thread - reduce copy & paste and merge into single func

the call and call sync stuff was almost entirely copy & paste - this
moves all the common code into shared funcs that reduce code bloat. it
also moved from heap to stack for sync reply struct location.
src/lib/ecore/efl_thread.c