Home
last modified time | relevance | path

Searched defs:tls_32bit_sized_values (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.h2064 struct alignas(4) tls_32bit_sized_values { struct
2069 explicit tls_32bit_sized_values(bool is_daemon) in tls_32bit_sized_values() argument
2093 Atomic<uint32_t> state_and_flags;
2106 uint32_t thin_lock_thread_id;
2109 uint32_t tid;
2112 const bool32_t daemon;
2115 bool32_t throwing_OutOfMemoryError;
2118 uint32_t no_thread_suspension;
2121 uint32_t thread_exit_check_count;
2126 bool32_t is_gc_marking;
[all …]