Add font thread sync creation option 16/293316/6
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 24 May 2023 10:00:18 +0000 (19:00 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 26 May 2023 05:50:48 +0000 (14:50 +0900)
commitebc94ea7bb5f7c8ca2d57da4b1dcf3ec16aea852
treed1de9707299a83cc34e3258567c33a9cbfa0371c
parent245d02017a1bf8ba4c18db31427c6b3a5a31c696
Add font thread sync creation option

If sync creation is true, font thread creation guarantees syncronization with the main thread.

The main thread runs the font thread and waits,
and it wakes up upon receiving a notification from the font thread.
If it doesn't receive a notification within the specified time, it wakes up due to a timeout.

test security manager sync thread issue

Change-Id: I59ef4c189f0765cfd1c955704744c219784d238b
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali/devel-api/text-abstraction/font-client.cpp
dali/devel-api/text-abstraction/font-client.h
dali/internal/text/text-abstraction/font-client-impl.cpp
dali/internal/text/text-abstraction/font-client-impl.h