/freebsd/sys/kern/ |
H A D | kern_lock.c | 75 #define _lockmgr_assert(lk, what, file, line) argument 82 #define STACK_PRINT(lk) argument 83 #define STACK_SAVE(lk) argument 84 #define STACK_ZERO(lk) argument 86 #define STACK_PRINT(lk) stack_print_ddb(&(lk)->lk_stack) argument 87 #define STACK_SAVE(lk) stack_save(&(lk)->lk_stack) argument 88 #define STACK_ZERO(lk) stack_zero(&(lk)->lk_stack) argument 91 #define LOCK_LOG2(lk, string, arg1, arg2) \ argument 94 #define LOCK_LOG3(lk, string, arg1, arg2, arg3) \ argument 144 #define lockmgr_xlocked(lk) lockmgr_xlocked_v(lockmgr_read_value(lk)) argument [all …]
|
/freebsd/sys/sys/ |
H A D | lockmgr.h | 101 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, in _lockmgr_args() 110 _lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk, in _lockmgr_args_rw() 121 #define lockmgr_read_value(lk) ((lk)->lk_lock) argument 122 #define lockmgr(lk, flags, ilk) \ argument 125 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 128 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument 131 #define lockmgr_disown(lk) \ argument 135 #define lockmgr_disowned(lk) \ argument 139 #define lockmgr_recursed(lk) \ argument 141 #define lockmgr_rw(lk, flags, ilk) \ argument [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | shared_mutex.cpp | 27 unique_lock<mutex> lk(__mut_); lock() local 36 unique_lock<mutex> lk(__mut_); try_lock() local 53 unique_lock<mutex> lk(__mut_); lock_shared() local 62 unique_lock<mutex> lk(__mut_); try_lock_shared() local
|
H A D | mutex.cpp | 106 unique_lock<mutex> lk(__m_); lock() local 115 unique_lock<mutex> lk(__m_, try_to_lock); try_lock() local 149 unique_lock<mutex> lk(__m_); lock() local 167 unique_lock<mutex> lk(__m_, try_to_lock); try_lock() local 182 unique_lock<mutex> lk(__m_); unlock() local [all...] |
H A D | condition_variable.cpp | 40 wait(unique_lock<mutex> & lk) wait() argument 51 __do_timed_wait(unique_lock<mutex> & lk,chrono::time_point<chrono::system_clock,chrono::nanoseconds> tp) __do_timed_wait() argument 81 notify_all_at_thread_exit(condition_variable & cond,unique_lock<mutex> lk) notify_all_at_thread_exit() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 108 SpinMutexLock lk(&mtx); in MutexBeforeLock() local 163 SpinMutexLock lk(&mtx); in MutexAfterLock() local 180 SpinMutexLock lk(&mtx); in MutexDestroy() local
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_lock.c | 43 __cpu_simple_lock_t lk; variable
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_rwlock.c | 69 pthread_rwlock_t lk; variable
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.h | 130 kmp_base_tas_lock_t lk; global() member 188 kmp_base_futex_lock_t lk; global() member 266 lk; // This field must be first to allow static initializing. global() member 382 lk; // This field must be first to allow static initializing. global() member 419 kmp_base_adaptive_lock_t lk; global() member 479 lk; // This field must be first to allow static initializing. */ global() member [all...] |
H A D | kmp_csupport.cpp | 1586 kmp_dyna_lock_t *lk = (kmp_dyna_lock_t *)crit; in __kmpc_critical_with_hint() local 1638 KMP_D_LOCK_FUNC(lk, set)(lk, global_tid); in __kmpc_critical_with_hint() local 3485 kmp_dyna_lock_t *lk = (kmp_dyna_lock_t *)crit; in __kmp_enter_critical_section_reduce_block() local 3505 KMP_D_LOCK_FUNC(lk, set)(lk, global_tid); in __kmp_enter_critical_section_reduce_block() local
|
H A D | kmp_lock.cpp | 2952 expand1(lk,op) global() argument 2956 expand2(lk,op) global() argument 2961 expand3(lk,op) global() argument 2966 expand4(lk,op) global() argument [all...] |
/freebsd/crypto/openssl/crypto/engine/ |
H A D | tb_asnmth.c | 170 ENGINE_FIND_STR *lk = arg; in look_str_cb() local
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.c | 711 #define db_show_lock(lk) _db_show_lock(&(lk)->lock_object) argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | wait.h | 129 #define __init_waitqueue_head(wqh, name, lk) init_waitqueue_head(wqh) argument
|
/freebsd/crypto/openssh/ |
H A D | sshkey-xmss.c | 777 size_t ls, lsl, la, lk, ln, lr; in sshkey_xmss_deserialize_state() local
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 2049 #define db_show_lock(lk) _db_show_lock(&(lk)->lock_object) argument
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_kernel.h | 745 struct fuse_file_lock lk; member 751 struct fuse_file_lock lk; member
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 936 static struct mtx lk; variable 939 #define ACQUIRE_GBLLOCK(lk) mtx_lock(lk) argument 940 #define FREE_GBLLOCK(lk) mtx_unlock(lk) argument 941 #define GBLLOCK_OWNED(lk) mtx_assert((lk), MA_OWNED) argument
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 927 struct __nsw_lookup *lk; local
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 41874 long lk, mask; in afpLock() local 50582 int lk; local
|