Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Drwlock.cpp66 for (int status = LOCK_STATUS_FREE; !lockCount_.compare_exchange_weak(status, LOCK_STATUS_WRITE); in LockWrite()
67 status = LOCK_STATUS_FREE) { in LockWrite()
87 lockCount_.store(LOCK_STATUS_FREE); in UnLockWrite()
/commonlibrary/c_utils/base/include/
H A Drwlock.h48 LOCK_STATUS_FREE = 0, enumerator

Completed in 2 milliseconds