Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dprof_thread_name.c11 const char *thread_name_old; in mallctl_thread_name_get_impl() local
14 sz = sizeof(thread_name_old); in mallctl_thread_name_get_impl()
15 assert_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz, in mallctl_thread_name_get_impl()
19 assert_str_eq(thread_name_old, thread_name_expected, in mallctl_thread_name_get_impl()
64 const char *thread_name_old; in TEST_BEGIN() local
67 sz = sizeof(thread_name_old); in TEST_BEGIN()
69 (void *)&thread_name_old, &sz, (void *)&thread_name, in TEST_BEGIN()