Searched refs:__TA_RELEASE (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dnull_lock.h22 void Release() __TA_RELEASE() { } function
H A Dmutex.h29 void Release() __TA_RELEASE() { mutex_release(&mutex_); } function
50 void Release() __TA_RELEASE() { } function
73 void Release() __TA_RELEASE() { mtx_unlock(&mutex_); }
H A Dauto_lock.h40 ~AutoLock() __TA_RELEASE() { function in class:fbl::AutoLock
45 void release() __TA_RELEASE() { function in class:fbl::AutoLock
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dofl.c15 void __ofl_unlock(void) __TA_RELEASE(ofl_lock) { function
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_policy.h52 // static void Release(LockType* lock, State* state) __TA_RELEASE(lock) {
109 static void Release(Lock* lock, State*) __TA_RELEASE(lock) { function in struct:lockdep::DefaultLockPolicy
H A Dguard.h93 ~Guard() __TA_RELEASE() { function in class:lockdep::Guard
99 void Release(Args&&... args) __TA_RELEASE() { function in class:lockdep::Guard
127 Guard&& take() __TA_RELEASE() { function in class:lockdep::Guard
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A Datexit.c20 __TA_RELEASE(&lock) __TA_NO_THREAD_SAFETY_ANALYSIS
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost.h132 static inline void __DM_UNLOCK(const char* fn, int ln) __TA_RELEASE(&__devhost_api_lock) {
147 static inline void DM_UNLOCK() __TA_RELEASE(&__devhost_api_lock) {
/fuchsia/zircon/kernel/tests/
H A Dlock_dep_tests.cpp31 void ReleaseIrqRestore(uint64_t flags) __TA_RELEASE() { function in struct:test::Spinlock
74 static void Release(Spinlock* lock, State*) __TA_RELEASE(lock) { function in struct:test::SpinlockNoIrqSave
90 static void Release(Spinlock* lock, State* state) __TA_RELEASE(lock) { function in struct:test::SpinlockIrqSave
102 static void Release(Spinlock* lock, State*) __TA_RELEASE(lock) { function in struct:test::SpinlockTryNoIrqSave
117 static void Release(Spinlock* lock, State* state) __TA_RELEASE(lock) { function in struct:test::SpinlockTryIrqSave
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h83 #define __TA_RELEASE(...) __THREAD_ANNOTATION(__release_capability__(__VA_ARGS__)) macro
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-execution-domain.h95 ~ScopedToken() __TA_RELEASE() { } function in class:dispatcher::ExecutionDomain::ScopedToken
/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c775 static void vdso_unlock(void) __TA_RELEASE(&vdso_mutex) {

Completed in 106 milliseconds