HomeSort by relevance Sort by last modified time
    Searched refs:tsd_booted (Results 1 - 10 of 10) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 8 extern bool tsd_booted;
23 tsd_booted = true;
39 return tsd_booted;
50 assert(tsd_booted);
55 assert(tsd_booted);
tsd_tls.h 8 extern bool tsd_booted;
16 tsd_booted = true;
32 return tsd_booted;
43 assert(tsd_booted);
49 assert(tsd_booted);
tsd_generic.h 28 extern bool tsd_booted;
95 tsd_booted = true;
126 return tsd_booted;
139 assert(tsd_booted);
151 assert(tsd_booted);
tsd_win.h 13 extern bool tsd_booted;
77 tsd_booted = true;
108 return tsd_booted;
121 assert(tsd_booted);
133 assert(tsd_booted);
private_namespace.h 365 #define tsd_booted JEMALLOC_N(tsd_booted) macro
private_namespace_jet.h 372 #define tsd_booted JEMALLOC_N(tsd_booted) macro
  /external/jemalloc/include/jemalloc/internal/
tsd.h 117 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...]
private_namespace.h 558 #define tsd_booted JEMALLOC_N(tsd_booted) macro
    [all...]
private_unnamespace.h 558 #undef tsd_booted macro
  /external/jemalloc_new/src/
tsd.c 18 bool tsd_booted = false; variable
22 bool tsd_booted = false; variable
26 bool tsd_booted = false; variable
48 bool tsd_booted = false; variable

Completed in 291 milliseconds