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

1234

/freebsd-9.3-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-9.3-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
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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) */
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dbitmap_allocator.cc68 __bfl_mutex.unlock();
99 __bfl_mutex.unlock();
/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp42 mutex::unlock() _NOEXCEPT
96 recursive_mutex::unlock() _NOEXCEPT
143 timed_mutex::unlock() _NOEXCEPT
198 recursive_timed_mutex::unlock() _NOEXCEPT
204 lk.unlock();
H A Dfuture.cpp88 __lk.unlock();
101 __lk.unlock();
114 __lk.unlock();
128 __lk.unlock();
136 __lk.unlock();
164 __lk.unlock();
H A Dmemory.cpp157 __sp_mut::unlock() _NOEXCEPT
159 static_cast<mutex*>(__lx)->unlock();
H A Dshared_mutex.cpp46 shared_mutex::unlock() function in class:shared_mutex
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h118 int (*unlock)(unsigned mode, void *lock); member in struct:evthread_lock_callbacks
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread.c106 target->unlock == cbs->unlock) {
114 if (cbs->alloc && cbs->free && cbs->lock && cbs->unlock) {
270 if (original_lock_fns_.unlock)
271 res = original_lock_fns_.unlock(mode, lock->lock);
429 if (evthread_lock_fns_.unlock)
430 return evthread_lock_fns_.unlock(mode, lock);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dapp.c112 goto unlock;
124 goto unlock;
130 unlock:
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h192 cc_int32 (*unlock)(cc_ccache_t); member in struct:cc_ccache_functions
219 cc_int32 (*unlock)(cc_context_t); member in struct:cc_context_functions
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_super.c77 int unlock)
105 * and unlock the inode.
107 if (ip->i_d.di_mode != 0 && unlock)
73 xfs_initialize_vnode( bhv_desc_t *bdp, xfs_vnode_t *xvp, bhv_desc_t *inode_bhv, int unlock) argument
H A Dxfs_vfs.c207 int unlock)
214 ((*bhvtovfsops(next)->xvfs_init_vnode)(next, vp, bp, unlock));
203 xvfs_init_vnode( struct bhv_desc *bdp, struct xfs_vnode *vp, struct bhv_desc *bp, int unlock) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dportlist.c154 goto unlock;
164 goto unlock;
183 unlock:
/freebsd-9.3-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-9.3-release/lib/libthr/thread/
H A Dthr_umtx.c167 goto unlock;
183 unlock:
338 PANIC("unlock error");

Completed in 158 milliseconds

1234