Home
last modified time | relevance | path

Searched refs:thread_name_old (Results 1 – 2 of 2) 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()
/external/jemalloc_new/test/unit/
Dprof_thread_name.c6 const char *thread_name_old; in mallctl_thread_name_get_impl() local
9 sz = sizeof(thread_name_old); in mallctl_thread_name_get_impl()
10 assert_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz, in mallctl_thread_name_get_impl()
14 assert_str_eq(thread_name_old, thread_name_expected, in mallctl_thread_name_get_impl()
56 const char *thread_name_old; in TEST_BEGIN() local
59 sz = sizeof(thread_name_old); in TEST_BEGIN()
61 (void *)&thread_name_old, &sz, (void *)&thread_name, in TEST_BEGIN()