Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_embos/
H A Dutil.cc26 Status ForEachThread(const OS_TASK& starting_thread, const ThreadCallback& cb) { in ForEachThread()
/aosp_15_r20/external/pigweed/pw_thread_threadx/
H A Dutil.cc27 Status ForEachThread(const TX_THREAD& starting_thread, in ForEachThread()
/aosp_15_r20/art/runtime/
H A Dthread_list.cc366 size_t starting_thread = 0; in RunCheckpoint() local