HomeSort by relevance Sort by last modified time
    Searched refs:wait_next (Results 1 - 2 of 2) sorted by null

  /art/runtime/
entrypoints_order_test.cc 97 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, deps_or_stack_trace_sample, wait_next, sizeof(void*));
98 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, wait_next, monitor_enter_object, sizeof(void*));
thread.h 599 return tlsPtr_.wait_next;
603 tlsPtr_.wait_next = next;
1660 Thread* wait_next; variable
    [all...]

Completed in 78 milliseconds