HomeSort by: relevance | last modified time | path
    Searched defs:thread_name_old (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 expect_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 expect_str_eq(thread_name_old, thread_name_expected,
57 const char *thread_name_old; local
60 sz = sizeof(thread_name_old);
62 (void *)&thread_name_old, &sz, (void *)&thread_name,
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 expect_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 expect_str_eq(thread_name_old, thread_name_expected,
57 const char *thread_name_old; local
60 sz = sizeof(thread_name_old);
62 (void *)&thread_name_old, &sz, (void *)&thread_name,
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 expect_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 expect_str_eq(thread_name_old, thread_name_expected,
57 const char *thread_name_old; local
60 sz = sizeof(thread_name_old);
62 (void *)&thread_name_old, &sz, (void *)&thread_name,
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 assert_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 assert_str_eq(thread_name_old, thread_name_expected,
56 const char *thread_name_old; local
59 sz = sizeof(thread_name_old);
61 (void *)&thread_name_old, &sz, (void *)&thread_name,
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 assert_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 assert_str_eq(thread_name_old, thread_name_expected,
56 const char *thread_name_old; local
59 sz = sizeof(thread_name_old);
61 (void *)&thread_name_old, &sz, (void *)&thread_name,
prof_thread_name.c 6 const char *thread_name_old; local
9 sz = sizeof(thread_name_old);
10 assert_d_eq(mallctl("thread.prof.name", (void *)&thread_name_old, &sz,
14 assert_str_eq(thread_name_old, thread_name_expected,
56 const char *thread_name_old; local
59 sz = sizeof(thread_name_old);
61 (void *)&thread_name_old, &sz, (void *)&thread_name,

Completed in 79 milliseconds