Searched refs:prof_thread_name_set_impl (Results 1 – 5 of 5) sorted by relevance
22 int prof_thread_name_set_impl(tsd_t *tsd, const char *thread_name);
324 prof_thread_name_set_impl(tsd, buf); in prof_sys_thread_name_fetch()
456 return prof_thread_name_set_impl(tsd, thread_name); in prof_thread_name_set()
468 prof_thread_name_set_impl(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set_impl() function
545 #define prof_thread_name_set_impl JEMALLOC_N(prof_thread_name_set_impl) macro