Home
last modified time | relevance | path

Searched refs:prof_thread_name_set (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h76 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
Dprivate_namespace_jet.h324 #define prof_thread_name_set JEMALLOC_N(prof_thread_name_set) macro
Dprivate_namespace.h318 #define prof_thread_name_set JEMALLOC_N(prof_thread_name_set) macro
/external/jemalloc_new/src/
Dprof.c2157 prof_thread_name_set(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set() function
Dctl.c1873 if ((ret = prof_thread_name_set(tsd, *(const char **)newp)) != in thread_prof_name_ctl()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48759 -int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
68294 - if ((ret = prof_thread_name_set(tsd, *(const char **)newp)) !=
84278 -prof_thread_name_set(tsd_t *tsd, const char *thread_name) {