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

/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c415 lock->next_held_lock[thr->num] = thr->holding_first;
617 thr->holding_first = lock->next_held_lock[thr->num];
620 if(lock->next_held_lock[thr->num])
621 lock->next_held_lock[thr->num]->prev_held_lock[thr->num] =
624 lock->prev_held_lock[thr->num]->next_held_lock[thr->num] =
625 lock->next_held_lock[thr->num];
626 lock->next_held_lock[thr->num] = NULL;
793 held_debug_info(thr, lock->next_held_lock[thr->num]);
H A Dchecklocks.h153 struct checked_lock* next_held_lock[THRDEBUG_MAX_THREADS]; member in struct:checked_lock

Completed in 118 milliseconds