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 100 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, stack_trace_sample, wait_next, sizeof(void*));
101 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, wait_next, monitor_enter_object, sizeof(void*));
thread.h 481 return tlsPtr_.wait_next;
485 tlsPtr_.wait_next = next;
1195 Thread* wait_next; variable
    [all...]

Completed in 77 milliseconds