Home
last modified time | relevance | path

Searched refs:prof_thread_name_set_impl (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_data.h22 int prof_thread_name_set_impl(tsd_t *tsd, const char *thread_name);
/src/contrib/jemalloc/src/
H A Dprof_sys.c324 prof_thread_name_set_impl(tsd, buf); in prof_sys_thread_name_fetch()
H A Dprof.c456 return prof_thread_name_set_impl(tsd, thread_name); in prof_thread_name_set()
H A Dprof_data.c468 prof_thread_name_set_impl(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set_impl() function
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h545 #define prof_thread_name_set_impl JEMALLOC_N(prof_thread_name_set_impl) macro