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

/freebsd-10.0-release/contrib/libc++/src/
H A Dcondition_variable.cpp35 condition_variable::wait(unique_lock<mutex>& lk) argument
46 condition_variable::__do_timed_wait(unique_lock<mutex>& lk, argument
76 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c208 ENGINE_FIND_STR *lk = arg; local
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c201 zut_lookup_t lk = {0}; local
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_lock.c176 lockmgr_xholder(const struct lock *lk) argument
191 sleeplk(struct lock *lk, u_int flags, struct lock_object *ilk, const char *wmesg, int pri, int timo, int queue) argument
235 wakeupshlk(struct lock *lk, const char *file, int line) argument
376 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) argument
414 lockallowshare(struct lock *lk) argument
422 lockallowrecurse(struct lock *lk) argument
430 lockdisablerecurse(struct lock *lk) argument
438 lockdestroy(struct lock *lk) argument
448 __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
1279 _lockmgr_disown(struct lock *lk, const char *file, int line) argument
1322 lockmgr_printinfo(const struct lock *lk) argument
1352 lockstatus(const struct lock *lk) argument
1382 _lockmgr_assert(const struct lock *lk, int what, const char *file, int line) argument
1457 struct lock *lk; local
1478 const struct lock *lk; local
[all...]
/freebsd-10.0-release/sys/sys/
H A Dlockmgr.h93 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, int prio, int timo, const char *file, int line) argument
102 _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-10.0-release/contrib/libreadline/
H A Dreadline.c451 int c, code, lk; local
/freebsd-10.0-release/sys/fs/fuse/
H A Dfuse_kernel.h303 struct fuse_file_lock lk; member in struct:fuse_lk_in
307 struct fuse_file_lock lk; member in struct:fuse_lk_out
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.c858 struct __nsw_lookup *lk; local
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dsession.c196 int lk = 0; local
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1038 static struct rwlock lk; variable in typeref:struct:rwlock
[all...]
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c25902 long lk, mask; local
33254 int lk; local
33255 sqlite3_randomness(sizeof(lk), &lk); local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27254 long lk, mask; local
32911 int lk; local
32912 sqlite3_randomness(sizeof(lk), &lk); local
[all...]

Completed in 637 milliseconds