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

  /external/jemalloc/include/jemalloc/internal/
quarantine.h 52 tsd = tsd_fetch();
tcache.h 198 tsd = tsd_fetch();
210 tsd = tsd_fetch();
228 tsd = tsd_fetch();
tsd.h 671 tsd_t *tsd_fetch(void);
714 tsd_fetch(void) function
private_namespace.h 562 #define tsd_fetch JEMALLOC_N(tsd_fetch) macro
    [all...]
private_unnamespace.h 562 #undef tsd_fetch macro
  /external/jemalloc/src/
tsd.c 117 tsd = tsd_fetch();
127 *tsd_arenas_tdata_bypassp_get(tsd_fetch()) = false;
jemalloc.c     [all...]
prof.c 920 tsd = tsd_fetch();
    [all...]
  /external/jemalloc/test/unit/
ckh.c 8 tsd = tsd_fetch();
33 tsd = tsd_fetch();
117 tsd = tsd_fetch();
decay.c 38 decay_ticker = decay_ticker_get(tsd_fetch(), 0);

Completed in 1088 milliseconds