Home
last modified time | relevance | path

Searched defs:thread_index (Results 1 – 2 of 2) sorted by relevance

/art/test/911-get-stack-trace/
Dstack_trace.cc154 auto callback = [&](jint thread_index) -> jobject { in Java_art_AllTraces_getAllStackTraces()
190 auto callback = [&](jint thread_index) -> jobject { in Java_art_ThreadListTraces_getThreadListStackTraces()
/art/runtime/
Dthread_list.cc647 int thread_index = thread == self ? 0 : i++; in FlipThreadRoots() local