[Tizen] Add font thread sync creation option 49/294749/1
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 24 May 2023 10:00:18 +0000 (19:00 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 26 Jun 2023 02:23:56 +0000 (11:23 +0900)
commit247170fc9c02558fc48b1710d9d8e136ff6eba2d
treeb12c1e5250849b9965582e3d63c8b9353722d93b
parentecce5df5804c78d604c492893d9b429b9d2038d8
[Tizen] 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