Home
last modified time | relevance | path

Searched refs:UnLockRead (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/mock/native/include/
H A Drwlock.h39 void UnLockRead();
88 rwLockable_.UnLockRead(); in ~UniqueReadGuard()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drwlock.h82 void UnLockRead();
162 rwLockable_.UnLockRead(); in ~UniqueReadGuard()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp184 g_attemptLock.UnLockRead(); in __anone27d57a10a02()
330 g_strongLock.UnLockRead(); in TestLoop()
336 g_strongLock.UnLockRead(); in TestLoop()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/core/src/
H A Dhks_upgrade.cpp41 g_upgradeOrRequestLock.UnLockRead(); in HksUpgradeOnUserUnlock()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/lock/source/
H A Drw_lock.cpp42 void RwLock::UnLockRead() in UnLockRead() function in OHOS::AI::RwLock
/ohos5.0/foundation/ai/ai_engine/services/common/platform/lock/include/
H A Drw_lock.h47 void UnLockRead();
H A Drw_lock.inl41 rwLockable_.UnLockRead();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_rwlock_test.cpp54 rw.UnLockRead();
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drwlock.cpp45 void RWLock::UnLockRead() in UnLockRead() function in OHOS::Utils::RWLock
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drwlock.cpp48 void RWLock::UnLockRead() in UnLockRead() function in OHOS::Utils::RWLock
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-rwlock.md25 | void | **UnLockRead**()<br/>释放读锁 |
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_rwlock_test.cpp54 rwLock.UnLockRead(); in ReadStr()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/
H A Drwlock_benchmark_test.cpp80 rwLock_.UnLockRead(); in ReadStr()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_condition_test.cpp227 g_rwLock.UnLockRead(); in HksUpgradeOnUserUnlockTest()