Searched refs:prof_thread_name_alloc (Results 1 – 4 of 4) sorted by relevance
21 char *prof_thread_name_alloc(tsd_t *tsd, const char *thread_name);
544 #define prof_thread_name_alloc JEMALLOC_N(prof_thread_name_alloc) macro
392 prof_thread_name_alloc(tsd, tdata->thread_name) : NULL; in prof_tdata_reinit()
445 prof_thread_name_alloc(tsd_t *tsd, const char *thread_name) { in prof_thread_name_alloc() function491 s = prof_thread_name_alloc(tsd, thread_name); in prof_thread_name_set_impl()