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

  /art/runtime/
entrypoints_order_test.cc 69 EXPECT_OFFSET_DIFFP(Thread, tls32_, debug_suspend_count, thin_lock_thread_id, 4);
70 EXPECT_OFFSET_DIFFP(Thread, tls32_, thin_lock_thread_id, tid, 4);
thread.h 342 return tls32_.thin_lock_thread_id;
579 OFFSETOF_MEMBER(tls_32bit_sized_values, thin_lock_thread_id));
1393 uint32_t thin_lock_thread_id; variable
    [all...]
thread.cc 715 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this);
    [all...]

Completed in 156 milliseconds