Home
last modified time | relevance | path

Searched refs:ForEachThreadInList (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_thread_freertos/
Dutil.cc55 Status ForEachThreadInList(List_t* list, in ForEachThreadInList() function
95 PW_TRY(ForEachThreadInList(&pxReadyTasksLists[i], eReady, cb)); in ForEachThread()
97 PW_TRY(ForEachThreadInList(pxDelayedTaskList, eBlocked, cb)); in ForEachThread()
98 PW_TRY(ForEachThreadInList(pxOverflowDelayedTaskList, eBlocked, cb)); in ForEachThread()
100 PW_TRY(ForEachThreadInList(&xTasksWaitingTermination, eDeleted, cb)); in ForEachThread()
103 PW_TRY(ForEachThreadInList(&xSuspendedTaskList, eSuspended, cb)); in ForEachThread()