Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt428 prof_thread_name_set
Dprof.h309 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
Dprivate_namespace.h430 #define prof_thread_name_set JEMALLOC_N(prof_thread_name_set) macro
Dprivate_unnamespace.h430 #undef prof_thread_name_set
/external/jemalloc/src/
Dprof.c1975 prof_thread_name_set(tsd_t *tsd, const char *thread_name) in prof_thread_name_set() function
Dctl.c1424 if ((ret = prof_thread_name_set(tsd, *(const char **)newp)) != in thread_prof_name_ctl()