Modify aul_app_event_destroy() function 67/289567/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 9 Mar 2023 23:12:15 +0000 (23:12 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 9 Mar 2023 23:13:34 +0000 (23:13 +0000)
commit60412a009dd406f0b7ddce1858aba6c01bf9caf3
tree5a6889982e318a68048ffaed33681f71a245844d
parent276583a741aa57ad55bfd184470f1e4291518397
Modify aul_app_event_destroy() function

If the caller thread ID is equal to the caller process ID,
the function releases the handle immediately. If it's not,
the function uses glib idler to avoid thread safe issues.

Change-Id: Id8272fb15be06459bab153932c4e1c0a9115fbf6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
aul/api/aul_app_event.cc