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.cc70 EXPECT_OFFSET_DIFFP(Thread, tls32_, debug_suspend_count, thin_lock_thread_id, 4); in CheckThreadOffsets()
71 EXPECT_OFFSET_DIFFP(Thread, tls32_, thin_lock_thread_id, tid, 4); in CheckThreadOffsets()
Dthread.h379 return tls32_.thin_lock_thread_id; in GetThreadId()
647 OFFSETOF_MEMBER(tls_32bit_sized_values, thin_lock_thread_id)); in ThinLockIdOffset()
1460 suspend_count(0), debug_suspend_count(0), thin_lock_thread_id(0), tid(0), in tls_32bit_sized_values()
1485 uint32_t thin_lock_thread_id; member
Dthread.cc755 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this); in Init()