Home
last modified time | relevance | path

Searched refs:tsd_booted (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtsd.h117 extern bool a_name##tsd_booted;
122 extern bool a_name##tsd_booted;
127 extern bool a_name##tsd_booted;
133 extern bool a_name##tsd_booted;
143 a_attr bool a_name##tsd_booted = false;
149 a_attr bool a_name##tsd_booted = false;
157 a_attr bool a_name##tsd_booted = false;
169 a_attr bool a_name##tsd_booted = false;
195 a_name##tsd_booted = true; \
214 return (a_name##tsd_booted); \
[all …]
Dprivate_symbols.txt561 tsd_booted
Dprivate_namespace.h558 #define tsd_booted JEMALLOC_N(tsd_booted) macro
Dprivate_unnamespace.h558 #undef tsd_booted
/external/jemalloc_new/include/jemalloc/internal/
Dtsd_malloc_thread_cleanup.h8 extern bool tsd_booted;
23 tsd_booted = true; in tsd_boot0()
39 return tsd_booted; in tsd_booted_get()
50 assert(tsd_booted); in tsd_get()
55 assert(tsd_booted); in tsd_set()
Dtsd_tls.h8 extern bool tsd_booted;
16 tsd_booted = true; in tsd_boot0()
32 return tsd_booted; in tsd_booted_get()
43 assert(tsd_booted); in tsd_get()
49 assert(tsd_booted); in tsd_set()
Dtsd_win.h13 extern bool tsd_booted;
77 tsd_booted = true; in tsd_boot0()
108 return tsd_booted; in tsd_booted_get()
121 assert(tsd_booted); in tsd_get()
133 assert(tsd_booted); in tsd_set()
Dtsd_generic.h28 extern bool tsd_booted;
95 tsd_booted = true; in tsd_boot0()
126 return tsd_booted; in tsd_booted_get()
139 assert(tsd_booted); in tsd_get()
151 assert(tsd_booted); in tsd_set()
Dprivate_namespace.h365 #define tsd_booted JEMALLOC_N(tsd_booted) macro
Dprivate_namespace_jet.h372 #define tsd_booted JEMALLOC_N(tsd_booted) macro
/external/jemalloc_new/src/
Dtsd.c18 bool tsd_booted = false; variable
22 bool tsd_booted = false; variable
26 bool tsd_booted = false; variable
48 bool tsd_booted = false; variable