/minix3/external/bsd/libevent/dist/ |
H A D | evthread.c | 153 unsigned locktype; member 162 debug_lock_alloc(unsigned locktype) in debug_lock_alloc() 183 debug_lock_free(void *lock_, unsigned locktype) in debug_lock_free() 318 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) in evthread_setup_global_lock_() 380 _evthreadimpl_lock_alloc(unsigned locktype) in _evthreadimpl_lock_alloc() 386 _evthreadimpl_lock_free(void *lock, unsigned locktype) in _evthreadimpl_lock_free()
|
H A D | evthread-internal.h | 76 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument 81 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument 202 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument 205 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument 296 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT argument 297 #define EVTHREAD_FREE_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT argument 363 #define EVTHREAD_SETUP_GLOBAL_LOCK(lockvar, locktype) \ argument
|
H A D | evthread_pthread.c | 46 evthread_posix_lock_alloc(unsigned locktype) in evthread_posix_lock_alloc() 62 evthread_posix_lock_free(void *_lock, unsigned locktype) in evthread_posix_lock_free()
|
H A D | evthread_win32.c | 52 evthread_win32_lock_create(unsigned locktype) in evthread_win32_lock_create() 65 evthread_win32_lock_free(void *_lock, unsigned locktype) in evthread_win32_lock_free()
|
/minix3/minix/servers/vfs/ |
H A D | tll.c | 11 static int tll_append(tll_t *tllp, tll_access_t locktype) in tll_append() 139 int tll_lock(tll_t *tllp, tll_access_t locktype) in tll_lock()
|
H A D | filedes.c | 165 tll_access_t locktype in get_filp() 181 tll_access_t locktype in get_filp2() 314 lock_filp(struct filp *filp, tll_access_t locktype) in lock_filp()
|
H A D | vmnt.c | 150 int lock_vmnt(struct vmnt *vmp, tll_access_t locktype) in lock_vmnt()
|
H A D | vnode.c | 156 int lock_vnode(struct vnode *vp, tll_access_t locktype) in lock_vnode()
|
H A D | read.c | 97 tll_access_t locktype; in actual_read_write_peek() local
|
H A D | main.c | 222 tll_access_t locktype; in do_pending_pipe() local
|
H A D | misc.c | 123 tll_access_t locktype; in do_fcntl() local
|
H A D | select.c | 1342 tll_access_t locktype; in select_lock_filp() local
|
/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | rbtdb.c | 1973 isc_rwlocktype_t locktype = isc_rwlocktype_read; in reactivate_node() local 2841 isc_rwlocktype_t locktype = isc_rwlocktype_read; in findnodeintree() local 4493 isc_rwlocktype_t locktype; in cache_zonecut_callback() local 4615 isc_rwlocktype_t locktype; in find_deepest_zonecut() local 4788 isc_rwlocktype_t locktype; in find_coveringnsec() local 4944 isc_rwlocktype_t locktype; in cache_find() local 5290 isc_rwlocktype_t locktype; in cache_findzonecut() local 5800 isc_rwlocktype_t locktype; in cache_findrdataset() local
|
H A D | zone.c | 16026 isc_rwlocktype_t locktype; in dns_zonemgr_unreachable() local 16057 isc_rwlocktype_t locktype; in dns_zonemgr_unreachabledel() local
|
/minix3/external/bsd/bind/dist/ |
H A D | configure.in | 1135 AC_ARG_WITH(locktype, optwith
|