Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c17 __thread bool JEMALLOC_TLS_MODEL tsd_initialized = false; variable