Home
last modified time | relevance | path

Searched refs:JEMALLOC_TLS_MODEL (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/src/
Dtsd.c16 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER;
17 __thread bool JEMALLOC_TLS_MODEL tsd_initialized = false;
20 __thread tsd_t JEMALLOC_TLS_MODEL tsd_tls = TSD_INITIALIZER;
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h136 #define JEMALLOC_TLS_MODEL macro
Djemalloc_internal_defs_host.h138 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
Dtsd.h139 a_attr __thread a_type JEMALLOC_TLS_MODEL \
141 a_attr __thread bool JEMALLOC_TLS_MODEL \
146 a_attr __thread a_type JEMALLOC_TLS_MODEL \
Djemalloc_internal_defs.h.in124 #undef JEMALLOC_TLS_MODEL
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h163 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
Djemalloc_internal_defs_host.h154 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec"))) macro
Djemalloc_internal_defs.h.in145 #undef JEMALLOC_TLS_MODEL
/external/jemalloc_new/
Dconfigure.ac752 dnl (Setting of JEMALLOC_TLS_MODEL is done later, after we've checked for
2026 AC_DEFINE([JEMALLOC_TLS_MODEL], definition
2029 AC_DEFINE([JEMALLOC_TLS_MODEL], [ ]) definition
/external/jemalloc/
Dconfigure.ac532 AC_DEFINE([JEMALLOC_TLS_MODEL], definition
535 AC_DEFINE([JEMALLOC_TLS_MODEL], [ ]) definition