Searched refs:IdleDataThread (Results 1 – 3 of 3) sorted by relevance
132 static int32_t AddDataThreadToIdle(IdleDataThread *idleDataThread) in AddDataThreadToIdle()140 static void DeleteDataThreadFromIdle(IdleDataThread *idleDataThread) in DeleteDataThreadFromIdle()174 IdleDataThread idleDataThread = {.threadId = threadId}; in AddDataThreadInWait()196 IdleDataThread *GetIdleDataThread(void) in GetIdleDataThread()198 IdleDataThread *node = NULL; in GetIdleDataThread()200 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_idleDataThreadsList.idleDataThread, IdleDataThread, list) in GetIdleDataThread()
508 IdleDataThread *idleDataThread = GetIdleDataThread(); in StartProcessLoop()
76 } IdleDataThread; typedef114 IdleDataThread *GetIdleDataThread(void);