Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_externs.h77 const char *prof_thread_name_get(tsd_t *tsd);
HDprivate_namespace.h342 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
/freebsd-13-stable/contrib/jemalloc/src/
HDprof.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
HDctl.c1933 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl()