Searched defs:unlock (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp30 bool RWMutexImpl::unlock() { return true; } function in class:RWMutexImpl
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.cpp24 void Mutex::unlock() { function in class:gwp_asan::Mutex
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp34 bool unlock() { return true; } function in class:libunwind::RWMutex
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp40 void __shared_mutex_base::unlock() { function in class:__shared_mutex_base
88 void shared_timed_mutex::unlock() { return __base_.unlock(); } function in class:shared_timed_mutex
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h45 bool unlock() { function in class:llvm::sys::SmartMutex
H A DRWMutex.h139 bool unlock() { function in class:llvm::sys::SmartRWMutex
H A DFileSystem.h1242 std::error_code unlock() { function in class:llvm::sys::fs::FileLocker
/freebsd-current/contrib/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h157 void unique_lock<_Mutex>::unlock() { function in class:unique_lock
/freebsd-current/contrib/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member in struct:evthread_lock_callbacks
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member in struct:evthread_lock_callbacks
/freebsd-current/contrib/libcxxrt/
H A Dguard.cc135 void unlock(bool isInitialised) function in struct:__anon6::SingleWordGuard
248 void unlock(bool isInitialised) function in class:__anon6::DoubleWordGuard
/freebsd-current/contrib/sendmail/contrib/
H A Dqtool.pl669 sub unlock subroutine
881 sub unlock subroutine
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h108 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp82 void HybridMutex::unlock() {} function in class:scudo::HybridMutex
H A Dlinux.cpp131 void HybridMutex::unlock() { function in class:scudo::__anon1188::HybridMutex
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c542 unlock(void *arg) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c67 __inline static void unlock(Lock *l) { function
88 __inline static void unlock(Lock *l) { OSSpinLockUnlock(l); } function
99 __inline static void unlock(Lock *l) { function
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp316 void GDBRemoteClientBase::ContinueLock::unlock() { function in class:GDBRemoteClientBase::ContinueLock
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h196 cc_int32 (*unlock)(cc_ccache_t); member in struct:cc_ccache_functions
223 cc_int32 (*unlock)(cc_context_t); member in struct:cc_context_functions
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_rand.c42 OSSL_FUNC_rand_unlock_fn *unlock; member in struct:evp_rand_st
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1562 bool unlock; local
/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c981 ctlfe_requeue_ccb(struct cam_periph *periph, union ccb *ccb, int unlock) argument
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1971 unlock(nlm4_lock *lock, const int flags __unused) function
[all...]
/freebsd-current/sys/kern/
H A Dkern_lockf.c1537 lf_clearlock(struct lockf *state, struct lockf_entry *unlock) argument
[all...]
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c42 static void unlock(void) { function
48 static void unlock(void) { } function

Completed in 325 milliseconds

12