Remove unnecessary sub thread checking logic 12/302112/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 30 Nov 2023 10:03:20 +0000 (19:03 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 30 Nov 2023 10:03:20 +0000 (19:03 +0900)
commit7f16eb12453b35a427ddd1551615bbbc66ac1f10
treee7c3111347fc26def467ba78bc9b30aa51a01087
parent568c2e189addcddb58b3751b311dbe0ecce00a9d
Remove unnecessary sub thread checking logic

- Issue:
Sometimes tts_destroy() is delayed without any reason.

- Solution:
This patch removes unncessary logic for checking active ecore sub
thread. In old version, tts.c module makes a sub thread for some reason
so the framework should check the active subthread for safe handle
destroy. However, since tizen 7.0, tts.c module does not make a sub
thread any more. And only the tts_core.c makes some sub thread and those
sub threads are completely controlled by the framework. So the checking
logic in tts.c is unncessary now.

Change-Id: I5f2ea8aa16f65e82e94332c046ae74ffba569f78
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c