Home
last modified time | relevance | path

Searched refs:WriteLock (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dmutex_test.cpp44 arg->rwlock->WriteLock(); in TestThread1()
95 arg->rwlock->WriteLock(); in TestThread5()
120 rwlock->WriteLock();
134 rwlock->WriteLock();
179 rwlock->WriteLock();
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h41 void WriteLock() const {} in WriteLock() function
110 void WriteLock() ACQUIRE();
207 lock_.WriteLock(); in WriteLockHolder()
Dmutex.cpp112 void RWLock::WriteLock() in WriteLock() function in panda::os::memory::RWLock
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h169 void WriteLock() ACQUIRE();
Dmutex.cpp133 void RWLock::WriteLock() in WriteLock() function in panda::os::unix::memory::futex::RWLock