Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h77 const char *prof_thread_name_get(tsd_t *tsd);
H A Dprivate_namespace.h342 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c486 const char *cons_thr_name = prof_thread_name_get(tsd); in prof_try_log()
2783 prof_thread_name_get(tsd_t *tsd) { in prof_thread_name_get() function
H A Dctl.c1933 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl()