Home
last modified time | relevance | path

Searched defs:thread_local (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls-nodebug.c5 __thread int thread_local = 42; variable
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls-nodebug.c5 __thread int thread_local = 42; variable
/netbsd-src/lib/libpthread/
H A Dthreads.h44 #define thread_local _Thread_local macro
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py197 thread_local = threading.local() variable
/netbsd-src/external/mpl/bind/include/
H A Dconfig.h713 #define thread_local global() macro
/netbsd-src/external/mpl/bind/dist/
H A Dconfigure.ac283 [AC_DEFINE_UNQUOTED([thread_local], [$ac_cv_tls], [Define if the compiler uses a different keyword than thread_local for TLS variables])])], global() definition