OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_local
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libpcap/dist/
thread-local.h
38
* This defines
thread_local
to specify thread-local storage, if it
50
#ifndef
thread_local
52
#define
thread_local
_Thread_local
macro
54
#define
thread_local
macro
61
#define
thread_local
__declspec(thread)
macro
66
#define
thread_local
__thread
macro
68
#error "Cannot define
thread_local
"
/src/lib/libpthread/
threads.h
44
#define
thread_local
_Thread_local
macro
/src/external/bsd/unbound/dist/pythonmod/examples/
avahi-resolver.py
197
thread_local
= threading.local()
variable
339
queue =
thread_local
.queue
343
thread_local
.queue = queue
Completed in 23 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026