Home
last modified time | relevance | path

Searched refs:prof_sys_thread_name_read (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_sys.h22 extern prof_sys_thread_name_read_t *JET_MUTABLE prof_sys_thread_name_read;
/src/contrib/jemalloc/src/
H A Dprof_sys.c316 prof_sys_thread_name_read_t *JET_MUTABLE prof_sys_thread_name_read = variable
323 if (!prof_sys_thread_name_read(buf, THREAD_NAME_MAX_LEN)) { in prof_sys_thread_name_fetch()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h600 #define prof_sys_thread_name_read JEMALLOC_N(prof_sys_thread_name_read) macro