Home
last modified time | relevance | path

Searched refs:tsd_initialized (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtsd_malloc_thread_cleanup.h7 extern __thread bool tsd_initialized;
13 if (tsd_initialized) { in tsd_cleanup_wrapper()
14 tsd_initialized = false; in tsd_cleanup_wrapper()
17 return tsd_initialized; in tsd_cleanup_wrapper()
59 tsd_initialized = true; in tsd_set()
/external/jemalloc_new/src/
Dtsd.c17 __thread bool JEMALLOC_TLS_MODEL tsd_initialized = false; variable