[Tizen] Make another ConditionalWait for post-rendearing 47/287847/2 accepted/tizen/7.0/unified/20230213.171729
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 7 Feb 2023 06:10:21 +0000 (15:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 7 Feb 2023 07:45:10 +0000 (16:45 +0900)
commit19f6c83097f756220fecd4f7ec543df10d9095d9
treef989deea0e1b8457acb74140593f71c3aa6593ab
parent1a87edc18f431e4256e6464497161eb31c56a632
[Tizen] Make another ConditionalWait for post-rendearing

The mUpdateRenderThreadWaitCondition was also used for post-rendering.
But it can be notified by other method - ResizeSurface() etc.
The PostRenderWaitForCompletion() should wait for the
PostRenderComplete() of the main thread.

So use another ConditionalWait.

Change-Id: I890abcf95045e2d9701208cbe18ac8082219457b
dali/internal/adaptor/common/combined-update-render-controller.cpp
dali/internal/adaptor/common/combined-update-render-controller.h