Searched refs:thin_lock_thread_id (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 67 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()
|
D | thread.h | 502 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
|
D | thread.cc | 990 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this); in Init()
|