Home
last modified time | relevance | path

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

/external/libevent/
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 …]
DChangeLog2067 o munge the debug_lock signature before freeing it: it might help us