Home
last modified time | relevance | path

Searched refs:old_fts (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/include/
Dmtmanaged_thread.h459 union FlagsAndThreadStatus old_fts { in StoreStatusWithSafepoint() union
463old_fts.as_int = ReadFlagsAndThreadStatusUnsafe(); // NOLINT(cppcoreguidelines-pro-type-union… in StoreStatusWithSafepoint()
464 …new_fts.as_struct.flags = old_fts.as_struct.flags; // NOLINT(cppcoreguidelines-pro-type-union… in StoreStatusWithSafepoint()
466 …bool no_flags = (old_fts.as_struct.flags == NO_FLAGS); // NOLINT(cppcoreguidelines-pro-type-union… in StoreStatusWithSafepoint()
472old_fts.as_nonvolatile_int, new_fts.as_nonvolatile_int, std::memory_order_release)) { in StoreStatusWithSafepoint()
Dmanaged_thread.h358 union FlagsAndThreadStatus old_fts { in StoreStatus() union
362old_fts.as_int = ReadFlagsAndThreadStatusUnsafe(); // NOLINT(cppcoreguidelines-pro-type-union-acc… in StoreStatus()
363 …new_fts.as_struct.flags = old_fts.as_struct.flags; // NOLINT(cppcoreguidelines-pro-type-union-acc… in StoreStatus()
366 …if (stor_32_.fts_.as_atomic.compare_exchange_weak(old_fts.as_nonvolatile_int, new_fts.as_nonvolati… in StoreStatus()