Searched refs:unlock (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10.0-release/contrib/gcc/
H A Dgthr-gnat.h41 extern void __gnat_install_locks (void (*lock) (void), void (*unlock) (void));
H A Dgthr-gnat.c60 __gnat_install_locks (void (*lock) (void), void (*unlock) (void))
63 __gnat_task_unlock = unlock;
/freebsd-10.0-release/sys/compat/linux/
H A Dcheck_internal_locks.d72 linuxulator*:locks:emul_lock:unlock,
73 linuxulator*:locks:emul_shared_rlock:unlock,
74 linuxulator*:locks:emul_shared_wlock:unlock,
75 linuxulator*:locks:futex_mtx:unlock
78 printf("ERROR: unlock attemt of unlocked %s (%p),", probefunc, arg0);
85 linuxulator*:locks:emul_lock:unlock,
86 linuxulator*:locks:emul_shared_rlock:unlock,
87 linuxulator*:locks:emul_shared_wlock:unlock,
88 linuxulator*:locks:futex_mtx:unlock
H A Dlinux_emul.h79 unlock, l); \
90 unlock, l); \
100 unlock, l); \
H A Dstats_timing.d70 linuxulator*:::unlock
H A Dtrace_futexes.d120 linuxulator*:locks:futex_mtx:unlock
123 printf("ERROR: unlock attemt of unlocked %s (%p),", probefunc, arg0);
130 linuxulator*:locks:futex_mtx:unlock
H A Dlinux_emul.c81 LIN_SDT_PROBE_DEFINE1(locks, emul_lock, unlock, "struct mtx *");
83 LIN_SDT_PROBE_DEFINE1(locks, emul_shared_rlock, unlock, "struct sx *");
85 LIN_SDT_PROBE_DEFINE1(locks, emul_shared_wlock, unlock, "struct sx *");
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Dguard.cc156 bool unlock; member in struct:__cxxabiv1::mutex_wrapper
157 mutex_wrapper() : unlock(true)
162 if (unlock)
163 static_mutex->unlock();
170 mw.unlock = false;
187 static_mutex->unlock();
198 static_mutex->unlock();
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Datomic.c49 // lock() and unlock() functions.
57 inline static void unlock(Lock *l) { function
76 inline static void unlock(Lock *l) { function
155 unlock(l);
169 unlock(l);
188 unlock(l);
192 unlock(l);
209 unlock(l);
231 unlock(l);\
246 unlock(
[all...]
/freebsd-10.0-release/contrib/libc++/src/
H A Dfuture.cpp82 __lk.unlock();
95 __lk.unlock();
108 __lk.unlock();
122 __lk.unlock();
130 __lk.unlock();
158 __lk.unlock();
H A Dmutex.cpp42 mutex::unlock() _NOEXCEPT
94 recursive_mutex::unlock() _NOEXCEPT
140 timed_mutex::unlock() _NOEXCEPT
195 recursive_timed_mutex::unlock() _NOEXCEPT
201 lk.unlock();
H A Dmemory.cpp157 __sp_mut::unlock() _NOEXCEPT
159 static_cast<mutex*>(__lx)->unlock();
H A Dthread.cpp173 i->second->unlock();
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dconcurrence.h142 void unlock() function in class:__mutex
189 void unlock() function in class:__recursive_mutex
220 { _M_device.unlock(); }
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h10 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
16 /* flags for testlock, getlock & unlock */
20 #define LOCK_CANCEL 0x08 /* cancel, not unlock request (unlock only) */
H A Dlock_proc.c600 res.stat.stat = unlock(&arg4, LOCK_CANCEL);
622 res.stat.stat = unlock(&arg4, LOCK_CANCEL);
633 * re-try an unlock that has already succeeded.
648 res.stat.stat = unlock(&arg4, 0);
667 res.stat.stat = unlock(&arg4, 0);
1098 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL);
1117 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL | LOCK_V4);
1128 * re-try an unlock that has already succeeded.
1140 res.stat.stat = unlock(&arg->alock, LOCK_V4);
1156 res.stat.stat = unlock(
[all...]
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dbitmap_allocator.cc68 __bfl_mutex.unlock();
99 __bfl_mutex.unlock();
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dnamed_atomic.c59 * single global mutex lock / unlock pair.
168 SVN_ERR(unlock(_atomic->mutex,SVN_NO_ERROR));\
203 /* Pool to be used with lock / unlock functions */
289 * unlock succeeds and OUTER_ERR is not NULL, OUTER_ERR will be returned.
290 * Otherwise, return the result of the unlock operation.
293 unlock(struct mutex_t *mutex, svn_error_t * outer_err) function
500 return unlock(&new_ns->mutex, err);
572 return unlock(&ns->mutex, error);
596 SVN_ERR(unlock(&ns->mutex, error));
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_segment.c739 nandfs_clean_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
773 if (unlock && vp != NULL && next_vp != vp &&
784 nandfs_save_segblocks(struct nandfs_segment *seg, uint8_t unlock) argument
832 if (unlock && vp != NULL && next_vp != vp &&
838 if (unlock && vp != NULL && next_vp != vp &&
847 nandfs_clean_segblocks(seg, unlock);
858 clean_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
865 nandfs_clean_segblocks(seg, unlock);
870 save_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
884 error = nandfs_save_segblocks(seg, unlock);
[all...]
/freebsd-10.0-release/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();
/freebsd-10.0-release/sys/kern/
H A Dvfs_vnops.c796 goto unlock;
879 unlock:
1504 goto unlock;
1509 goto unlock;
1513 goto unlock;
1515 unlock:
1981 goto unlock;
1985 goto unlock;
1989 goto unlock;
1996 goto unlock;
[all...]
/freebsd-10.0-release/usr.bin/svn/svn/
H A DMakefile19 svn.c switch-cmd.c unlock-cmd.c update-cmd.c upgrade-cmd.c util.c

Completed in 170 milliseconds

123