HomeSort by: relevance | last modified time | path
    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