Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dmtmanaged_thread.h461 union FlagsAndThreadStatus new_fts { in StoreStatusWithSafepoint() union
464new_fts.as_struct.flags = old_fts.as_struct.flags; // NOLINT(cppcoreguidelines-pro-type-union… in StoreStatusWithSafepoint()
465new_fts.as_struct.status = status; // NOLINT(cppcoreguidelines-pro-type-union… in StoreStatusWithSafepoint()
472 … old_fts.as_nonvolatile_int, new_fts.as_nonvolatile_int, std::memory_order_release)) { in StoreStatusWithSafepoint()
Dmanaged_thread.h360 union FlagsAndThreadStatus new_fts { in StoreStatus() union
363new_fts.as_struct.flags = old_fts.as_struct.flags; // NOLINT(cppcoreguidelines-pro-type-union-acc… in StoreStatus()
364new_fts.as_struct.status = status; // 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()