Symbol: thr_check
usr.sbin/unbound/testcode/checklocks.c
256
ordercheck_locklock(struct thr_check* thr, struct checked_lock* lock)
usr.sbin/unbound/testcode/checklocks.c
276
ordercheck_lockcreate(struct thr_check* thr, struct checked_lock* lock)
usr.sbin/unbound/testcode/checklocks.c
301
struct thr_check *thr = (struct thr_check*)pthread_getspecific(
usr.sbin/unbound/testcode/checklocks.c
312
thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
usr.sbin/unbound/testcode/checklocks.c
425
finish_acquire_lock(struct thr_check* thr, struct checked_lock* lock,
usr.sbin/unbound/testcode/checklocks.c
471
struct thr_check *thr = (struct thr_check*)pthread_getspecific(
usr.sbin/unbound/testcode/checklocks.c
622
struct thr_check *thr;
usr.sbin/unbound/testcode/checklocks.c
625
thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
usr.sbin/unbound/testcode/checklocks.c
66
static struct thr_check* thread_infos[THRDEBUG_MAX_THREADS];
usr.sbin/unbound/testcode/checklocks.c
699
open_lockorder(struct thr_check* thr)
usr.sbin/unbound/testcode/checklocks.c
730
struct thr_check* thr = (struct thr_check*)arg;
usr.sbin/unbound/testcode/checklocks.c
758
struct thr_check* thisthr = (struct thr_check*)calloc(1,
usr.sbin/unbound/testcode/checklocks.c
759
sizeof(struct thr_check));
usr.sbin/unbound/testcode/checklocks.c
794
struct thr_check* thr = (struct thr_check*)calloc(1,
usr.sbin/unbound/testcode/checklocks.c
795
sizeof(struct thr_check));
usr.sbin/unbound/testcode/checklocks.c
843
held_debug_info(struct thr_check* thr, struct checked_lock* lock)
usr.sbin/unbound/testcode/checklocks.c
852
thread_debug_info(struct thr_check* thr)
usr.sbin/unbound/testcode/checklocks.h
156
struct thr_check* holder;
usr.sbin/unbound/testcode/checklocks.h
158
struct thr_check* writeholder;