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_, stack_trace_sample, wait_next, sizeof(void*));
98 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, wait_next, monitor_enter_object, sizeof(void*));
thread.h 493 return tlsPtr_.wait_next;
497 tlsPtr_.wait_next = next;
1409 Thread* wait_next; variable
    [all...]

Completed in 68 milliseconds