Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp140 … [[maybe_unused]] bool &shouldInflate, bool trylock) in HandleLightLockedState()
197 bool trylock) in HandleUnlockedState()
231 VMHandle<ObjectHeader> &objHandle, bool trylock) in HandleHeavyLockedState()
252 Monitor::State Monitor::MonitorEnter(ObjectHeader *obj, bool trylock) in MonitorEnter()
632 …ol Monitor::Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle, bool trylock) in Acquire()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp170 bool MutexLock(struct fmutex *m, bool trylock) in MutexLock()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp192 bool MutexLock(struct fmutex *const m, bool trylock) in MutexLock()