Make another ConditionalWait for post-rendearing 46/287846/2
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:44:29 +0000 (16:44 +0900)
commit11af5d96f037c59d36deb838be40554d49d2f4b4
tree8c809bc5a7a9e4593001c6bef22d2c1f3f0002c3
parenta96ad9c8ac26fbc2799a96bc298f3e6d1136c4b8
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