Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h75 const char *prof_thread_name_get(tsd_t *tsd);
Dprivate_namespace.h316 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
Dprivate_namespace_jet.h322 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt468 prof_thread_name_get
Dprof.h308 const char *prof_thread_name_get(tsd_t *tsd);
Dprivate_namespace.h468 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
Dprivate_unnamespace.h468 #undef prof_thread_name_get
/external/jemalloc/src/
Dprof.c2019 prof_thread_name_get(tsd_t *tsd) in prof_thread_name_get() function
Dctl.c1430 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl()
/external/jemalloc_new/src/
Dprof.c2123 prof_thread_name_get(tsd_t *tsd) { in prof_thread_name_get() function
Dctl.c1820 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl()