Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
HDmutex.cpp45 mutex::unlock() _NOEXCEPT in unlock() function in mutex
77 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
124 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
179 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex
HDshared_mutex.cpp51 __shared_mutex_base::unlock() in unlock() function in __shared_mutex_base
111 void shared_timed_mutex::unlock() { return __base.unlock(); } in unlock() function in shared_timed_mutex
HDmemory.cpp170 __sp_mut::unlock() _NOEXCEPT in unlock() function in __sp_mut
HDdebug.cpp319 __libcpp_db::unlock() const in unlock() function in __libcpp_db
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDRWMutex.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-11-stable/contrib/libstdc++/include/ext/
Dconcurrence.h142 void unlock() in unlock() function
189 void unlock() in unlock() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
HDmutex_posix.cpp24 void Mutex::unlock() { in unlock() function in gwp_asan::Mutex
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDRWMutex.hpp34 bool unlock() { return true; } in unlock() function in libunwind::RWMutex
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMutex.h46 bool unlock() { in unlock() function
HDRWMutex.h148 bool unlock() { in unlock() function
/freebsd-11-stable/contrib/sendmail/contrib/
HDqtool.pl669 sub unlock subroutine
881 sub unlock subroutine
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDatomic.c60 __inline static void unlock(Lock *l) { in unlock() function
81 __inline static void unlock(Lock *l) { OSSpinLockUnlock(l); } in unlock() function
90 __inline static void unlock(Lock *l) { in unlock() function
/freebsd-11-stable/sys/fs/nandfs/
HDnandfs_segment.c744 nandfs_clean_segblocks(struct nandfs_segment *seg, uint8_t unlock) in nandfs_clean_segblocks()
789 nandfs_save_segblocks(struct nandfs_segment *seg, uint8_t unlock) in nandfs_save_segblocks()
863 clean_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) in clean_seginfo()
875 save_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) in save_seginfo()
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
HDthread.h118 int (*unlock)(unsigned mode, void *lock); member
/freebsd-11-stable/contrib/libstdc++/libsupc++/
Dguard.cc156 bool unlock; in __cxa_guard_acquire() member
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
HDrcsclean.c263 unlock(delta) in unlock() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDfuchsia.cpp165 void HybridMutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { in unlock() function in scudo::HybridMutex
HDlinux.cpp110 void HybridMutex::unlock() { in unlock() function in scudo::HybridMutex
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stackdepotbase.h89 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( in unlock() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteClientBase.cpp300 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock() function in GDBRemoteClientBase::ContinueLock
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDkrb5_ccapi.h196 cc_int32 (*unlock)(cc_ccache_t); member
223 cc_int32 (*unlock)(cc_context_t); member
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDwrapped_sasl.c39 sasl_mutex_unlock_t *unlock, in svn_sasl__set_mutex()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
HDra_loader.h276 svn_error_t *(*unlock)(svn_ra_session_t *session, member
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
HDt_cond.c497 unlock(void *arg) in unlock() function
/freebsd-11-stable/contrib/subversion/subversion/svn/
HDutil.c511 char text_mod = '_', prop_mod = ' ', unlock = ' '; in svn_cl__get_log_message() local

12