Searched refs:ForEachThreadInList (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/pw_thread_freertos/ |
D | util.cc | 55 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()
|