Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c146 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
2027 prof_thread_name_alloc(tsd_tsdn(tsd), tdata->thread_name) : NULL; in prof_tdata_reinit()
2134 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { in prof_thread_name_alloc() function
2178 s = prof_thread_name_alloc(tsd_tsdn(tsd), thread_name); in prof_thread_name_set()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48662 -char *prof_thread_name_alloc(tsd_t *tsd, const char *thread_name);
84218 - prof_thread_name_alloc(tsd, tdata->thread_name) : NULL;
85066 -prof_thread_name_alloc(tsd_t *tsd, const char *thread_name) {
85112 - s = prof_thread_name_alloc(tsd, thread_name);