Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h75 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h527 #define prof_thread_name_set JEMALLOC_N(prof_thread_name_set) macro
/src/contrib/jemalloc/src/
H A Dprof.c452 prof_thread_name_set(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set() function
H A Dctl.c2378 if ((ret = prof_thread_name_set(tsd, *(const char **)newp)) != in thread_prof_name_ctl()