ecore thread - feedback threads should not be background threads...
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 21 May 2020 17:00:47 +0000 (18:00 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 24 May 2020 21:32:20 +0000 (06:32 +0900)
commit2565cc72d30f101363a27d6d01fc5b22518cdb86
treef53ba565b374855954f4257fccfe2d2b9eeb335d
parent8b085278e9d545cce21248db329ac1607517f168
ecore thread - feedback threads should not be background threads...

if try_no_queue is used - its a thread that clearly wantt to be out of
the queue to run on its own so probably wants to wake up accurately
and thus not be a backgroun rpriority task but and urgent one. ensure
we set up priority accordingly as we didn't before. this should fix
scheduling when under load for vsync

@fix
src/lib/ecore/ecore_thread.c
src/lib/eina/eina_thread.c