/external/jemalloc/test/src/ |
D | thd.c | 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create() function 26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create() function
|
/external/jemalloc_new/test/src/ |
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
|
/external/jemalloc_new/test/unit/ |
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()
|
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()
|
D | mtx.c | 42 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
D | prof_accum.c | 69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | fork.c | 100 thd_create(&child, do_fork_thd, NULL); in do_test_fork_multithreaded()
|
D | prof_thread_name.c | 105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | retained.c | 112 thd_create(&threads[i], thd_start, NULL); in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | mq.c | 73 thd_create(&receiver, thd_receiver_start, (void *)&mq); in TEST_BEGIN() 75 thd_create(&senders[i], thd_sender_start, (void *)&mq); in TEST_BEGIN()
|
D | mtx.c | 45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
D | tsd.c | 91 thd_create(&thd, thd_start, (void *)THREAD_DATA); in TEST_BEGIN()
|
D | prof_accum.c | 79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | prof_thread_name.c | 115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | prof_reset.c | 219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
/external/jemalloc_new/test/include/test/ |
D | thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
/external/jemalloc/test/integration/ |
D | MALLOCX_ARENA.c | 54 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_arena.c | 63 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_tcache_enabled.c | 98 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | allocated.c | 110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
/external/jemalloc_new/test/integration/ |
D | MALLOCX_ARENA.c | 52 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_arena.c | 69 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_tcache_enabled.c | 73 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | allocated.c | 110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|