Searched refs:thd_create (Results 1 – 15 of 15) sorted by relevance
/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()
|
D | prof_reset.c | 203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | stats.c | 139 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
|
/external/jemalloc_new/test/include/test/ |
D | thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
/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()
|