Searched refs:thds (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mtx.c | 36 thd_t thds[NTHREADS]; in TEST_BEGIN() local 42 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN() 45 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| H A D | prof_accum.c | 54 thd_t thds[NTHREADS]; in TEST_BEGIN() local 69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 72 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| H A D | prof_thread_name.c | 97 thd_t thds[NTHREADS]; in TEST_BEGIN() local 105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 108 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| H A D | prof_reset.c | 184 thd_t thds[NTHREADS]; in TEST_BEGIN() local 203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 206 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | MALLOCX_ARENA.c | 48 thd_t thds[NTHREADS]; in TEST_BEGIN() local 52 thd_create(&thds[i], thd_start, in TEST_BEGIN() 57 thd_join(thds[i], NULL); in TEST_BEGIN()
|
| H A D | thread_arena.c | 51 thd_t thds[NTHREADS]; in TEST_BEGIN() local 69 thd_create(&thds[i], thd_start, in TEST_BEGIN() 75 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
|