Add new enum type tpl_gsource_type_t. 68/254768/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Mon, 28 Dec 2020 07:00:26 +0000 (16:00 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Tue, 9 Mar 2021 08:44:42 +0000 (17:44 +0900)
commit3d6e4e5b2a12b6b95a4870c45275deaec1b10038
tree5fee395c8b3106dc1004197d3386ed7ea684d844
parentcbef264849be56d2d3386dcb1c09dd6eeeb7725b
Add new enum type tpl_gsource_type_t.

 - tpl_gsource_type_t can be classified into 4 enums below

  SOURCE_TYPE_UNKNOWN : not specified. it will be classified to NORMAL
  SOURCE_TYPE_NORMAL : normal source
  SOURCE_TYPE_DISPOSABLE : disposable source
  SOURCE_TYPE_FINALIZER : disposable source to finalize normal source.

Change-Id: I8a570929642e98ea89d20f6c63f21f7d96574c27
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_utils_gthread.c
src/tpl_utils_gthread.h
src/tpl_wl_egl.c