Home
last modified time | relevance | path

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

/base/update/updater/services/script/threadpool/
Dthread_pool.h29 struct TaskNode { struct
30 Task task;
31 bool available;
32 std::vector<std::atomic_bool*> subTaskFlag;
/base/security/permission_lite/services/pms/include/
Dperm_define.h63 typedef struct TaskNode { struct
68 struct TaskNode *next; argument
/base/hiviewdfx/hicollie/frameworks/native/
Dtimer_ring.h50 struct TaskNode { struct
51 int id; // -1 if not alloc
52 unsigned int seq;
53 int pos; // the position of timer ring
54 int round; // timer ring round
55 struct TimerTask timerTask;