Searched defs:lk (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_lock.c43 __cpu_simple_lock_t lk; variable
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c69 pthread_rwlock_t lk; variable
[all...]
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c167 ENGINE_FIND_STR *lk = arg; local
/freebsd-13-stable/sys/sys/
H A Dlockmgr.h103 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, int prio, int timo, const char *file, int line) argument
112 _lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk, const char *wmesg, int prio, int timo, const char *file, int line) argument
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_lock.c201 lockmgr_note_shared_acquire(struct lock *lk, int contested, uint64_t waittime, const char *file, int line, int flags) argument
215 lockmgr_note_shared_release(struct lock *lk, const char *file, int line) argument
225 lockmgr_note_exclusive_acquire(struct lock *lk, int contested, uint64_t waittime, const char *file, int line, int flags) argument
239 lockmgr_note_exclusive_release(struct lock *lk, const char *file, int line) argument
251 lockmgr_xholder(const struct lock *lk) argument
266 sleeplk(struct lock *lk, u_int flags, struct lock_object *ilk, const char *wmesg, int pri, int timo, int queue) argument
310 wakeupshlk(struct lock *lk, const char *file, int line) argument
431 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) argument
471 lockallowshare(struct lock *lk) argument
479 lockdisableshare(struct lock *lk) argument
487 lockallowrecurse(struct lock *lk) argument
495 lockdisablerecurse(struct lock *lk) argument
503 lockdestroy(struct lock *lk) argument
513 lockmgr_slock_try(struct lock *lk, uintptr_t *xp, int flags, bool fp) argument
533 lockmgr_sunlock_try(struct lock *lk, uintptr_t *xp) argument
549 lockmgr_slock_adaptive(struct lock_delay_arg *lda, struct lock *lk, uintptr_t *xp, int flags) argument
581 lockmgr_slock_hard(struct lock *lk, u_int flags, struct lock_object *ilk, const char *file, int line, struct lockmgr_wait *lwa) argument
734 lockmgr_xlock_adaptive(struct lock_delay_arg *lda, struct lock *lk, uintptr_t *xp) argument
765 lockmgr_xlock_hard(struct lock *lk, u_int flags, struct lock_object *ilk, const char *file, int line, struct lockmgr_wait *lwa) argument
970 lockmgr_upgrade(struct lock *lk, u_int flags, struct lock_object *ilk, const char *file, int line, struct lockmgr_wait *lwa) argument
1030 lockmgr_lock_flags(struct lock *lk, u_int flags, struct lock_object *ilk, const char *file, int line) argument
1095 lockmgr_sunlock_hard(struct lock *lk, uintptr_t x, u_int flags, struct lock_object *ilk, const char *file, int line) argument
1112 lockmgr_xunlock_hard(struct lock *lk, uintptr_t x, u_int flags, struct lock_object *ilk, const char *file, int line) argument
1224 lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line) argument
1245 lockmgr_xlock(struct lock *lk, u_int flags, const char *file, int line) argument
1266 lockmgr_unlock(struct lock *lk) argument
1297 __lockmgr_args(struct lock *lk, u_int flags, struct lock_object *ilk, const char *wmesg, int pri, int timo, const char *file, int line) argument
1608 _lockmgr_disown(struct lock *lk, const char *file, int line) argument
1652 lockmgr_printinfo(const struct lock *lk) argument
1687 lockstatus(const struct lock *lk) argument
1717 _lockmgr_assert(const struct lock *lk, int what, const char *file, int line) argument
1792 const struct lock *lk; local
1813 const struct lock *lk; local
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsshkey-xmss.c749 size_t ls, lsl, la, lk, ln, lr; local
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1384 kmp_dyna_lock_t *lk = (kmp_dyna_lock_t *)crit; local
3216 kmp_dyna_lock_t *lk = (kmp_dyna_lock_t *)crit; local
[all...]
H A Dkmp_lock.h130 kmp_base_tas_lock_t lk; member in union:kmp_tas_lock
188 kmp_base_futex_lock_t lk; member in union:kmp_futex_lock
266 lk; // This field must be first to allow static initializing. member in union:kmp_ticket_lock
386 lk; // This field must be first to allow static initializing. member in union:kmp_queuing_lock
423 kmp_base_adaptive_lock_t lk; member in union:kmp_adaptive_lock
483 lk; // This field must be first to allow static initializing. */ member in union:kmp_drdpa_lock
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c922 struct __nsw_lookup *lk; local
[all...]
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_kernel.h588 struct fuse_file_lock lk; member in struct:fuse_lk_in
594 struct fuse_file_lock lk; member in struct:fuse_lk_out
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_softdep.c995 static struct mtx lk; variable in typeref:struct:mtx
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c36859 long lk, mask; local
45279 int lk; local
45280 sqlite3_randomness(sizeof(lk), &lk); local
[all...]

Completed in 428 milliseconds