Searched refs:prof_thread_name_get (Results 1 – 4 of 4) sorted by relevance
77 const char *prof_thread_name_get(tsd_t *tsd);
342 #define prof_thread_name_get JEMALLOC_N(prof_thread_name_get) macro
486 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
1933 const char *oldname = prof_thread_name_get(tsd); in thread_prof_name_ctl()