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

  /external/jemalloc_new/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 49 tsd_get(bool init) { function
tsd_tls.h 42 tsd_get(UNUSED bool init) { function
tsd_generic.h 136 tsd_get(bool init) { function
tsd_win.h 118 tsd_get(bool init) { function
tsd.h 165 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
257 tsd_t *tsd = tsd_get(init);
  /external/jemalloc/include/jemalloc/internal/
tsd.h 108 a_name##tsd_get(bool init); \
224 a_name##tsd_get(bool init) \
281 a_name##tsd_get(bool init) \
415 a_name##tsd_get(bool init) \
551 a_name##tsd_get(bool init) \
692 tsd_t *tsd = tsd_get(init);
private_namespace.h 564 #define tsd_get JEMALLOC_N(tsd_get) macro
    [all...]
private_unnamespace.h 564 #undef tsd_get macro

Completed in 96 milliseconds