Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt427 prof_thread_name_get
Dprof.h306 const char *prof_thread_name_get(void);
Dprivate_namespace.h429 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
Dprivate_unnamespace.h429 #undef prof_thread_name_get
/external/jemalloc/src/
Dprof.c1941 prof_thread_name_get(void) in prof_thread_name_get() function
Dctl.c1428 const char *oldname = prof_thread_name_get(); in thread_prof_name_ctl()