Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dmonitor.cpp139 Monitor::State Monitor::MonitorEnter(ObjectHeader *obj, bool trylock) in MonitorEnter()
542 …l Monitor::Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &obj_handle, bool trylock) in Acquire()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp170 bool MutexLock(struct fmutex *m, bool trylock) in MutexLock()