Use thread default context 87/270587/5
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 8 Feb 2022 07:20:06 +0000 (16:20 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 24 Feb 2022 06:48:54 +0000 (15:48 +0900)
commit6144d32a30486eca8d9a1ef587734622d06a8e3a
tree905f654001ff12c8f5cb7096320420cbf306fc05
parent3c8c62c04e478a09823da72f4d9f7d0976d7eec6
Use thread default context

When calling the _vconf_add_noti() function, the function gets the current
-thread default context. While calling the registered callback function,
the context will be used to attach the source. The callback function of
vconf_notify_key_changed() will be invoked to the caller thread.

Change-Id: I2718ae07cb0e116322cae403547fa43bd71686d5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
vconf-compat/vconf.c