Searched defs:thread_local (Results 1 – 6 of 6) sorted by relevance
5 __thread int thread_local = 42; variable
44 #define thread_local _Thread_local macro
197 thread_local = threading.local() variable
713 #define thread_local global() macro
283 [AC_DEFINE_UNQUOTED([thread_local], [$ac_cv_tls], [Define if the compiler uses a different keyword than thread_local for TLS variables])])], global() definition