Searched refs:tsd_tls (Results 1 – 9 of 9) sorted by relevance
6 extern __thread tsd_t tsd_tls;15 tsd_cleanup(&tsd_tls); in tsd_cleanup_wrapper()51 return &tsd_tls; in tsd_get()56 if (likely(&tsd_tls != val)) { in tsd_set()57 tsd_tls = (*val); in tsd_set()
6 extern __thread tsd_t tsd_tls;44 return &tsd_tls; in tsd_get()50 if (likely(&tsd_tls != val)) { in tsd_set()51 tsd_tls = (*val); in tsd_set()53 if (pthread_setspecific(tsd_tsd, (void *)(&tsd_tls)) != 0) { in tsd_set()
372 #define tsd_tls JEMALLOC_N(tsd_tls) macro
379 #define tsd_tls JEMALLOC_N(tsd_tls) macro
115 extern __thread a_type a_name##tsd_tls; \120 extern __thread a_type a_name##tsd_tls; \140 a_name##tsd_tls = a_initializer; \147 a_name##tsd_tls = a_initializer; \183 a_cleanup(&a_name##tsd_tls); \228 return (&a_name##tsd_tls); \235 a_name##tsd_tls = (*val); \285 return (&a_name##tsd_tls); \292 a_name##tsd_tls = (*val); \295 (void *)(&a_name##tsd_tls))) { \
601 tsd_tls
598 #define tsd_tls JEMALLOC_N(tsd_tls) macro
598 #undef tsd_tls
16 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER; variable20 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER; variable