thread: correct the infinite event propagation issue 72/172772/1
authorBoram Park <boram1288.park@samsung.com>
Fri, 16 Mar 2018 01:17:28 +0000 (10:17 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 16 Mar 2018 01:19:38 +0000 (10:19 +0900)
commitd8df1d82aac258eb4ac81829e61e73796073ab4f
treec8ed1de01ba5d0bd8a8e7a22fad5698f33cf07c5
parent758bfd1906831fa520a2e26e795169c0d431570c
thread: correct the infinite event propagation issue

when calling tdm_thread_cb_call, 'propagation' param will help to decide if
we need to propagate a event to other thread or not. and checking
waiting_cb_type variable is not needed any more.

Change-Id: I59929cb8dc1dd1ada2e7b8acfa9095a174e12928
src/tdm_capture.c
src/tdm_output.c
src/tdm_pp.c
src/tdm_thread.c
src/tdm_thread.h
src/tdm_vblank.c