Home
last modified time | relevance | path

Searched defs:service_struct (Results 1 – 1 of 1) sorted by relevance

/base/tee/tee_os_framework/framework/gtask/src/include/
Dgtask_core.h127 struct service_struct { struct
128 struct dlist_node service_list;
129 char name[SERVICE_NAME_MAX];
130 struct ta_property property; /* other_buff is malloced by gtask */
131 uint32_t index;
132 struct dlist_node session_head;
133 int ref_cnt; /* indicate the number of ca or ta which lock this service */
134 uint32_t session_count;
136 uint32_t session_bitmap[TA_SESSION_MAX / UINT32_BIT_NUM + 1];
137 uint32_t init_build; /* for call cinit00 1 service 1 time */
[all …]