Searched defs:thread_index (Results 1 – 2 of 2) sorted by relevance
154 auto callback = [&](jint thread_index) -> jobject { in Java_art_AllTraces_getAllStackTraces()190 auto callback = [&](jint thread_index) -> jobject { in Java_art_ThreadListTraces_getThreadListStackTraces()
647 int thread_index = thread == self ? 0 : i++; in FlipThreadRoots() local