Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/unit/
A Dprof_accum.c64 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
77 thd_args[i] = i; in TEST_BEGIN()
78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
A Dprof_thread_name.c107 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
113 thd_args[i] = i; in TEST_BEGIN()
114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
A Dprof_reset.c199 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
216 thd_args[i] = i; in TEST_BEGIN()
217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()

Completed in 4 milliseconds