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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp30 bool RWMutexImpl::unlock() { return true; } function in class:RWMutexImpl
/freebsd-11-stable/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-11-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp34 bool unlock() { return true; } function in class:libunwind::RWMutex
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h48 INLINE void unlock() { Mutex.Unlock(); } function
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp51 __shared_mutex_base::unlock() function in class:__shared_mutex_base
111 void shared_timed_mutex::unlock() { return __base.unlock(); } function in class:shared_timed_mutex
H A Ddebug.cpp319 __libcpp_db::unlock() const function in class:__libcpp_db
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h46 bool unlock() { function in class:llvm::sys::SmartMutex
H A DRWMutex.h148 bool unlock() { function in class:llvm::sys::SmartRWMutex
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h57 inline void unlock() { Mutex.unlock(); } function
H A Dlinux.cpp110 void HybridMutex::unlock() { function in class:scudo::__anon1040::HybridMutex
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member in struct:evthread_lock_callbacks
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dconcurrence.h142 void unlock() function in class:__mutex
189 void unlock() function in class:__recursive_mutex
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dguard.cc156 bool unlock; member in struct:__cxxabiv1::mutex_wrapper
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dqtool.pl669 sub unlock subroutine
881 sub unlock subroutine
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c263 unlock(delta) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h89 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp300 void GDBRemoteClientBase::ContinueLock::unlock() { function in class:GDBRemoteClientBase::ContinueLock
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c60 __inline static void unlock(Lock *l) { function
81 __inline static void unlock(Lock *l) { OSSpinLockUnlock(l); } function
90 __inline static void unlock(Lock *l) { function
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c497 unlock(void *arg) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c37 svn_sasl__set_mutex(sasl_mutex_alloc_t *alloc, sasl_mutex_lock_t *lock, sasl_mutex_unlock_t *unlock, sasl_mutex_free_t *free) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h276 svn_error_t *(*unlock)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
/freebsd-11-stable/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-11-stable/sys/fs/nandfs/
H A Dnandfs_segment.c744 nandfs_clean_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
789 nandfs_save_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
863 clean_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
875 save_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_lockf.c1553 lf_clearlock(struct lockf *state, struct lockf_entry *unlock) argument
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c987 ctlfe_requeue_ccb(struct cam_periph *periph, union ccb *ccb, int unlock) argument

Completed in 569 milliseconds

12