Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp36 void mutex::unlock() noexcept { in unlock() function in mutex
63 void recursive_mutex::unlock() noexcept { in unlock() function in recursive_mutex
94 void timed_mutex::unlock() noexcept { in unlock() function in timed_mutex
134 void recursive_timed_mutex::unlock() noexcept { in unlock() function in recursive_timed_mutex
H A Dshared_mutex.cpp40 void __shared_mutex_base::unlock() { in unlock() function in __shared_mutex_base
88 void shared_timed_mutex::unlock() { return __base_.unlock(); } in unlock() function in shared_timed_mutex
H A Dmemory.cpp119 void __sp_mut::unlock() noexcept { __libcpp_mutex_unlock(static_cast<__libcpp_mutex_t*>(__lx_)); } in unlock() function in __sp_mut
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp30 bool RWMutexImpl::unlock() { return true; } in unlock() function in RWMutexImpl
101 RWMutexImpl::unlock() in unlock() function in RWMutexImpl
130 bool RWMutexImpl::unlock() { in unlock() function in RWMutexImpl
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_fuchsia.cpp20 void Mutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { sync_mutex_unlock(&Mu); } in unlock() function in gwp_asan::Mutex
H A Dmutex_posix.cpp24 void Mutex::unlock() { in unlock() function in gwp_asan::Mutex
/freebsd/contrib/libcxxrt/
H A Dguard.cc135 void unlock(bool isInitialised) in unlock() function
248 void unlock(bool isInitialised) in unlock() function in __anon7dd1bd8f0111::DoubleWordGuard
/freebsd/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp34 bool unlock() { return true; } in unlock() function in libunwind::RWMutex
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h45 bool unlock() { in unlock() function
H A DRWMutex.h139 bool unlock() { in unlock() function
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl669 sub unlock subroutine
881 sub unlock subroutine
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c67 __inline static void unlock(Lock *l) { in unlock() function
88 __inline static void unlock(Lock *l) { OSSpinLockUnlock(l); } in unlock() function
99 __inline static void unlock(Lock *l) { in unlock() function
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member
/freebsd/contrib/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h90 void unlock() RELEASE(Mutex) { Mutex.unlock(); } in unlock() function
H A Dtrusty.cpp82 void HybridMutex::unlock() {} in unlock() function in scudo::HybridMutex
H A Dfuchsia.cpp208 void HybridMutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { in unlock() function in scudo::HybridMutex
H A Dlinux.cpp131 void HybridMutex::unlock() { in unlock() function in scudo::HybridMutex
/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h157 void unique_lock<_Mutex>::unlock() { in unlock() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h108 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( in unlock() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp316 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock() function in GDBRemoteClientBase::ContinueLock
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h196 cc_int32 (*unlock)(cc_ccache_t); member
223 cc_int32 (*unlock)(cc_context_t); member
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c542 unlock(void *arg) in unlock() function
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c42 OSSL_FUNC_rand_unlock_fn *unlock; member
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c981 ctlfe_requeue_ccb(struct cam_periph *periph, union ccb *ccb, int unlock) in ctlfe_requeue_ccb()

12