Searched refs:EXCLUSIVE_UNLOCK_FUNCTION (Results 1 – 2 of 2) sorted by relevance
32 #define EXCLUSIVE_UNLOCK_FUNCTION(...) __attribute__((release_capability(__VA_ARGS__))) macro
16 void ExclusiveUnlock() EXCLUSIVE_UNLOCK_FUNCTION();23 void DemoteExclusive() EXCLUSIVE_UNLOCK_FUNCTION() SHARED_LOCK_FUNCTION();2762 ~RelockableExclusiveMutexLock() EXCLUSIVE_UNLOCK_FUNCTION(); in relockExclusive() 3074 void unlock() EXCLUSIVE_UNLOCK_FUNCTION() EXCLUSIVE_UNLOCK_FUNCTION(other); in simpleShared() 3076 ~WeirdScope() EXCLUSIVE_UNLOCK_FUNCTION(); in simpleShared() 3101 MutexUnlock(Mutex *mu) EXCLUSIVE_UNLOCK_FUNCTION(mu); in manual() 3102 ~MutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION(); in manual() 3104 void Lock() EXCLUSIVE_UNLOCK_FUNCTION();3111 ~ReaderMutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION(); in join() [all...]