Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h150 auto new_state = cur_state + READ_INCREMENT; in ReadLock() local
185 auto new_state = cur_state - READ_INCREMENT; in ReadUnlock() local
Dmutex.cpp205 auto new_state = cur_state + READ_INCREMENT; in TryReadLock() local
/arkcompiler/runtime_core/runtime/mem/
Dpygote_space_allocator-inl.h55 inline void PygoteSpaceAllocator<AllocConfigT>::SetState(PygoteSpaceState new_state) in SetState()