Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.c426 lock->next_held_lock[thr->num] = thr->holding_first; in finish_acquire_lock()
641 thr->holding_first = lock->next_held_lock[thr->num]; in checklock_unlock()
644 if(lock->next_held_lock[thr->num]) in checklock_unlock()
645 lock->next_held_lock[thr->num]->prev_held_lock[thr->num] = in checklock_unlock()
648 lock->prev_held_lock[thr->num]->next_held_lock[thr->num] = in checklock_unlock()
649 lock->next_held_lock[thr->num]; in checklock_unlock()
650 lock->next_held_lock[thr->num] = NULL; in checklock_unlock()
817 held_debug_info(thr, lock->next_held_lock[thr->num]); in held_debug_info()
H A Dchecklocks.h153 struct checked_lock* next_held_lock[THRDEBUG_MAX_THREADS]; member