Home
last modified time | relevance | path

Searched refs:debug_lock (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devthread.c184 struct debug_lock { struct
197 struct debug_lock *result = mm_malloc(sizeof(struct debug_lock)); in debug_lock_alloc() argument
219 struct debug_lock *lock = lock_; in debug_lock_free()
234 evthread_debug_lock_mark_locked(unsigned mode, struct debug_lock *lock) in evthread_debug_lock_mark_locked()
252 struct debug_lock *lock = lock_; in debug_lock_lock()
267 evthread_debug_lock_mark_unlocked(unsigned mode, struct debug_lock *lock) in evthread_debug_lock_mark_unlocked()
288 struct debug_lock *lock = lock_; in debug_lock_unlock()
300 struct debug_lock *lock = lock_; in debug_cond_wait()
347 struct debug_lock *lock = lock_; in evthread_is_debug_lock_held_()
361 struct debug_lock *lock = lock_; in evthread_debug_get_real_lock_()
[all …]
H A DChangeLog2067 o munge the debug_lock signature before freeing it: it might help us
/freebsd/contrib/libevent/
H A Devthread.c184 struct debug_lock { struct
197 struct debug_lock *result = mm_malloc(sizeof(struct debug_lock)); in debug_lock_alloc() argument
219 struct debug_lock *lock = lock_; in debug_lock_free()
234 evthread_debug_lock_mark_locked(unsigned mode, struct debug_lock *lock) in evthread_debug_lock_mark_locked()
252 struct debug_lock *lock = lock_; in debug_lock_lock()
267 evthread_debug_lock_mark_unlocked(unsigned mode, struct debug_lock *lock) in evthread_debug_lock_mark_unlocked()
288 struct debug_lock *lock = lock_; in debug_lock_unlock()
300 struct debug_lock *lock = lock_; in debug_cond_wait()
347 struct debug_lock *lock = lock_; in evthread_is_debug_lock_held_()
361 struct debug_lock *lock = lock_; in evthread_debug_get_real_lock_()
[all …]
H A DChangeLog2067 o munge the debug_lock signature before freeing it: it might help us
/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_fw.h66 uint8_t debug_lock; member
125 uint8_t debug_lock; member
H A Dmain.c175 iwmbt_info("Debug lock: %s", params->debug_lock ? "on" : "off"); in iwmbt_dump_boot_params()
204 iwmbt_info("Debug lock: %s", ver->debug_lock ? "on" : "off"); in iwmbt_dump_version_tlv()
H A Diwmbt_hw.c616 version->debug_lock = *data; in iwmbt_get_version_tlv()
/freebsd/contrib/ntp/
H A DCommitLog[all...]