Searched refs:thd_create (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | thd.c | 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create() function 24 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create() function
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mq.c | 69 thd_create(&receiver, thd_receiver_start, (void *)&mq); in TEST_BEGIN() 71 thd_create(&senders[i], thd_sender_start, (void *)&mq); in TEST_BEGIN()
|
| H A D | tsd.c | 76 thd_create(&thd, thd_start, (void *)MALLOC_TSD_TEST_DATA_INIT); in TEST_BEGIN() 122 thd_create(&thd, thd_start_reincarnated, NULL); in TEST_BEGIN()
|
| H A D | mtx.c | 42 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
| H A D | prof_accum.c | 69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| H A D | fork.c | 100 thd_create(&child, do_fork_thd, NULL); in do_test_fork_multithreaded()
|
| H A D | prof_thread_name.c | 105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| H A D | retained.c | 112 thd_create(&threads[i], thd_start, NULL); in TEST_BEGIN()
|
| H A D | prof_reset.c | 203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| H A D | stats.c | 139 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | MALLOCX_ARENA.c | 52 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
| H A D | thread_arena.c | 69 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
| H A D | thread_tcache_enabled.c | 73 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
| H A D | allocated.c | 110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|