Add a checker whether pkgmgr thread is canceled or not 12/322512/2
authorVBS <sooyeon.kim@samsung.com>
Thu, 10 Apr 2025 07:49:16 +0000 (16:49 +0900)
committerVBS <sooyeon.kim@samsung.com>
Thu, 10 Apr 2025 07:50:04 +0000 (16:50 +0900)
commit5e8cd09c49828ef17e5d6ec2061f488c079893bc
tree4699edbd8fba342b472f8f7737ed8f6ed245db6e
parentf36f53915841577746e495581bb0bd1443f63a63
Add a checker whether pkgmgr thread is canceled or not

- Issue:
There is a case that a second handle requests to cancel the pkgmgr thread, although the thread is pending to be canceled.

- Solution:
Before requesting to cancel the thread, we check whether the pkgmgr thread is pending to be canceled or not.

Change-Id: I9b94a6ad35fd11e34ee7488aeeceb0ad2eaed751
Signed-off-by: VBS <sooyeon.kim@samsung.com>
client/tts_core.c