HomeSort by: relevance | last modified time | path
    Searched defs:thread_local (Results 1 - 8 of 8) 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-nodebug-pie.c 20 __thread int thread_local = 42; variable
tls-nodebug.c 5 __thread int thread_local = 42; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-nodebug-pie.c 20 __thread int thread_local = 42; variable
tls-nodebug.c 5 __thread int thread_local = 42; variable
  /src/external/mpl/bind/dist/lib/isc/include/isc/
thread.h 25 #define thread_local _Thread_local macro
  /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 31 milliseconds