Searched refs:tsd_tls (Results 1 – 5 of 5) sorted by relevance
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()
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()
379 #define tsd_tls JEMALLOC_N(tsd_tls) macro
372 #define tsd_tls JEMALLOC_N(tsd_tls) macro
16 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER; variable20 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER; variable