Symbol: ub_thread_key_type
sbin/unwind/libunbound/util/locks.c
146
void* ub_thread_key_get(ub_thread_key_type key)
sbin/unwind/libunbound/util/locks.c
200
void ub_thread_key_create(ub_thread_key_type* key, void* f)
sbin/unwind/libunbound/util/locks.c
210
void ub_thread_key_set(ub_thread_key_type key, void* v)
sbin/unwind/libunbound/util/locks.c
217
void* ub_thread_key_get(ub_thread_key_type key)
sbin/unwind/libunbound/util/locks.h
217
void* ub_thread_key_get(ub_thread_key_type key);
sbin/unwind/libunbound/util/locks.h
253
void ub_thread_key_create(ub_thread_key_type* key, void* f);
sbin/unwind/libunbound/util/locks.h
254
void ub_thread_key_set(ub_thread_key_type key, void* v);
sbin/unwind/libunbound/util/locks.h
255
void* ub_thread_key_get(ub_thread_key_type key);
sbin/unwind/libunbound/util/log.c
71
static ub_thread_key_type logkey;
usr.sbin/unbound/testcode/checklocks.c
64
static ub_thread_key_type thr_debug_key;
usr.sbin/unbound/util/locks.c
146
void* ub_thread_key_get(ub_thread_key_type key)
usr.sbin/unbound/util/locks.c
200
void ub_thread_key_create(ub_thread_key_type* key, void* f)
usr.sbin/unbound/util/locks.c
210
void ub_thread_key_set(ub_thread_key_type key, void* v)
usr.sbin/unbound/util/locks.c
217
void* ub_thread_key_get(ub_thread_key_type key)
usr.sbin/unbound/util/locks.h
217
void* ub_thread_key_get(ub_thread_key_type key);
usr.sbin/unbound/util/locks.h
253
void ub_thread_key_create(ub_thread_key_type* key, void* f);
usr.sbin/unbound/util/locks.h
254
void ub_thread_key_set(ub_thread_key_type key, void* v);
usr.sbin/unbound/util/locks.h
255
void* ub_thread_key_get(ub_thread_key_type key);
usr.sbin/unbound/util/log.c
71
static ub_thread_key_type logkey;