Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dutil.cc60 Status ForEachThreadInList(List_t* list, in ForEachThreadInList() function
100 PW_TRY(ForEachThreadInList(&pxReadyTasksLists[i], eReady, cb)); in ForEachThread()
102 PW_TRY(ForEachThreadInList(pxDelayedTaskList, eBlocked, cb)); in ForEachThread()
103 PW_TRY(ForEachThreadInList(pxOverflowDelayedTaskList, eBlocked, cb)); in ForEachThread()
105 PW_TRY(ForEachThreadInList(&xTasksWaitingTermination, eDeleted, cb)); in ForEachThread()
108 PW_TRY(ForEachThreadInList(&xSuspendedTaskList, eSuspended, cb)); in ForEachThread()