Searched refs:prof_thread_name_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c242 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
2325 prof_thread_name_alloc(tsd_tsdn(tsd), tdata->thread_name) : NULL;
2794 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { function
2838 s = prof_thread_name_alloc(tsd_tsdn(tsd), thread_name);

Completed in 133 milliseconds