OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ub_thread_key_set
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
locks.c
207
else
ub_thread_key_set
(*key, f);
210
void
ub_thread_key_set
(ub_thread_key_type key, void* v)
function
locks.h
178
#define
ub_thread_key_set
(key, v) LOCKRET(pthread_setspecific(key, v))
macro
216
#define
ub_thread_key_set
(key, v) LOCKRET(thr_setspecific(key, v))
macro
254
void
ub_thread_key_set
(ub_thread_key_type key, void* v);
295
#define
ub_thread_key_set
(key, v) (key) = (v)
macro
/src/external/bsd/unbound/dist/testcode/
checklocks.h
361
#define
ub_thread_key_set
(key, v) LOCKRET(pthread_setspecific(key, v))
macro
Completed in 17 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026