Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h151 auto new_state = cur_state + READ_INCREMENT; in ReadLock() local
186 auto new_state = cur_state - READ_INCREMENT; in ReadUnlock() local
Dmutex.cpp197 auto new_state = cur_state + READ_INCREMENT; in TryReadLock() local