Searched refs:thds (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | mtx.c | 39 thd_t thds[NTHREADS]; in TEST_BEGIN() local 45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN() 47 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| A D | prof_accum.c | 63 thd_t thds[NTHREADS]; in TEST_BEGIN() local 78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 81 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| A D | prof_thread_name.c | 106 thd_t thds[NTHREADS]; in TEST_BEGIN() local 114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 117 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| A D | prof_reset.c | 198 thd_t thds[NTHREADS]; in TEST_BEGIN() local 217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 220 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| A D | rtree.c | 113 thd_t thds[NTHREADS]; in TEST_BEGIN() local 127 thd_create(&thds[j], thd_start, (void *)&arg); in TEST_BEGIN() 129 thd_join(thds[j], NULL); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | MALLOCX_ARENA.c | 50 thd_t thds[NTHREADS]; in TEST_BEGIN() local 54 thd_create(&thds[i], thd_start, in TEST_BEGIN() 59 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| A D | thread_arena.c | 47 thd_t thds[NTHREADS]; in TEST_BEGIN() local 63 thd_create(&thds[i], thd_start, in TEST_BEGIN() 69 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
|
Completed in 634 milliseconds