Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/mock/native/include/
H A Drwlock.h58 explicit UniqueWriteGuard(RWLockable &rwLockable) in UniqueWriteGuard() argument
59 : rwLockable_(rwLockable) in UniqueWriteGuard()
80 explicit UniqueReadGuard(RWLockable &rwLockable) in UniqueReadGuard() argument
81 : rwLockable_(rwLockable) in UniqueReadGuard()
/foundation/ai/ai_engine/services/common/platform/lock/include/
H A Drw_lock.h76 * @param rwLockable the lock with {@code RwLock} base type.
78 explicit WriteGuard(RwLockable &rwLockable);
96 * @param rwLockable the lock with {@code RwLock} base type.
98 explicit ReadGuard(RwLockable &rwLockable);

Completed in 1 milliseconds