Home
last modified time | relevance | path

Searched refs:writeFirst_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Drwlock.cpp23 : writeFirst_(writeFirst), writeThreadID_(), lockCount_(0), writeWaitCount_(0) in RWLock()
35 if (writeFirst_) { in LockRead()
/commonlibrary/c_utils/base/include/
H A Drwlock.h102 bool writeFirst_; // Whether the thread is write-first. The value true means that the thread is write-first. member in OHOS::Utils::RWLock

Completed in 1 milliseconds