Home
last modified time | relevance | path

Searched refs:thin_lock_thread_id (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc67 EXPECT_OFFSET_DIFFP(Thread, tls32_, suspend_count, thin_lock_thread_id, 4); in CheckThreadOffsets()
68 EXPECT_OFFSET_DIFFP(Thread, tls32_, thin_lock_thread_id, tid, 4); in CheckThreadOffsets()
Dthread.h502 return tls32_.thin_lock_thread_id; in GetThreadId()
785 OFFSETOF_MEMBER(tls_32bit_sized_values, thin_lock_thread_id)); in ThinLockIdOffset()
1780 thin_lock_thread_id(0), in tls_32bit_sized_values()
1816 uint32_t thin_lock_thread_id; member
Dthread.cc990 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this); in Init()