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

/openbsd-current/usr.sbin/unbound/util/
H A Dlog.c70 static ub_thread_key_type logkey; variable
91 ub_thread_key_create(&logkey, NULL);
169 ub_thread_key_set(logkey, num);
176 tid = (unsigned int*)ub_thread_key_get(logkey);
224 unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlog.c70 static ub_thread_key_type logkey; variable
91 ub_thread_key_create(&logkey, NULL);
169 ub_thread_key_set(logkey, num);
176 tid = (unsigned int*)ub_thread_key_get(logkey);
224 unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey);

Completed in 127 milliseconds