Searched refs:unlock (Results 26 - 50 of 131) sorted by relevance

123456

/freebsd-11-stable/contrib/opie/libopie/
H A DMakefile.in17 OBJS=md4c.o md5c.o atob8.o btoa8.o btoh.o challenge.o getsequence.o hash.o hashlen.o keycrunch.o lock.o lookup.o newseed.o parsechallenge.o passcheck.o passwd.o randomchallenge.o readpass.o unlock.o verify.o version.o btoe.o accessfile.o generator.o insecure.o getutmpentry.o readrec.o writerec.o login.o open.o logwtmp.o # sha.o
/freebsd-11-stable/sys/compat/linux/
H A Dstats_timing.d69 linuxulator*:::unlock
H A Dtrace_futexes.d120 linuxulator*:locks:futex_mtx:unlock
123 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
130 linuxulator*:locks:futex_mtx:unlock
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h70 FallbackTSD->unlock();
71 Mutex.unlock();
H A Dtsd_shared.h81 TSDs[I].unlock();
82 Mutex.unlock();
H A Dquarantine.h235 CacheMutex.unlock();
236 RecycleMutex.unlock();
275 RecycleMutex.unlock();
H A Dbytemap.h89 void enable() { Mutex.unlock(); }
H A Dstats.h91 void enable() { Mutex.unlock(); }
H A Dprimary32.h139 RegionsStashMutex.unlock();
140 getSizeClassInfo(SizeClassMap::BatchClassId)->Mutex.unlock();
144 getSizeClassInfo(I)->Mutex.unlock();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c39 sasl_mutex_unlock_t *unlock,
42 sasl_set_mutex(alloc, lock, unlock, free);
37 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/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp64 lock.unlock();
H A DHistoryUnwind.cpp58 guard.unlock();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h45 writeLock.unlock();
54 writeLock.unlock();
64 readLock.unlock();
73 readLock.unlock();
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h281 _PX##unlock(_ph, _buck); \
285 _PX##unlock(_ph, _buck);
289 _PX##unlock(_ph, _buck); \
297 _PX##unlock(_ph, _buck); \
315 _PX##unlock(_ph, _buck); \
331 _PX##unlock(_ph, _i); \
/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h141 void unlock();
H A DGDBRemoteClientBase.cpp116 cont_lock.unlock();
297 unlock();
300 void GDBRemoteClientBase::ContinueLock::unlock() { function in class:GDBRemoteClientBase::ContinueLock
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c35 static int unlock P((struct hshentry *));
182 locker_expansion = unlock(delta);
263 unlock(delta) function
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_segment.c744 nandfs_clean_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
778 if (unlock && vp != NULL && next_vp != vp &&
789 nandfs_save_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
837 if (unlock && vp != NULL && next_vp != vp &&
843 if (unlock && vp != NULL && next_vp != vp &&
852 nandfs_clean_segblocks(seg, unlock);
863 clean_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
870 nandfs_clean_segblocks(seg, unlock);
875 save_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
889 error = nandfs_save_segblocks(seg, unlock);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp97 lock.unlock();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp101 Lock.unlock();
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp170 __sp_mut::unlock() _NOEXCEPT
H A Ddebug.cpp277 mut().unlock();
286 mut().unlock();
296 mut().unlock();
319 __libcpp_db::unlock() const function in class:__libcpp_db
322 mut().unlock();
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlock_proc.c580 res.stat.stat = unlock(&arg4, LOCK_CANCEL);
600 res.stat.stat = unlock(&arg4, LOCK_CANCEL);
611 * re-try an unlock that has already succeeded.
624 res.stat.stat = unlock(&arg4, 0);
641 res.stat.stat = unlock(&arg4, 0);
1040 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL);
1057 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL | LOCK_V4);
1068 * re-try an unlock that has already succeeded.
1078 res.stat.stat = unlock(&arg->alock, LOCK_V4);
1092 res.stat.stat = unlock(
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dqtool.pl439 return (undef, "Fcntl unlock failed on '$result': $!");
669 sub unlock subroutine
711 $self->unlock();
881 sub unlock subroutine
885 return $self->{control_file}->unlock();
934 $self->unlock();

Completed in 383 milliseconds

123456