Home
last modified time | relevance | path

Searched defs:lock2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/freebsd/contrib/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/freebsd/sys/sys/
H A Dlock.h267 #define WITNESS_DEFINEORDER(lock1, lock2) \ argument
314 #define WITNESS_DEFINEORDER(lock1, lock2) 0 argument
/freebsd/sys/kern/
H A Dsubr_witness.c1081 witness_defineorder(struct lock_object *lock1, struct lock_object *lock2) in witness_defineorder()
1118 struct lock_instance *lock1, *lock2, *plock; in witness_checkorder() local
H A Dkern_lockf.c1797 struct lockf_entry *lock2, struct lockf_entry_list *granted) in lf_split()