/external/jemalloc/test/include/test/ |
thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
/external/jemalloc/test/src/ |
thd.c | 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function 26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function
|
/external/jemalloc/test/unit/ |
mtx.c | 45 thd_create(&thds[i], thd_start, (void *)&arg);
|
mq.c | 73 thd_create(&receiver, thd_receiver_start, (void *)&mq); 75 thd_create(&senders[i], thd_sender_start, (void *)&mq);
|
prof_accum.c | 79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
|
tsd.c | 91 thd_create(&thd, thd_start, (void *)THREAD_DATA);
|
prof_thread_name.c | 115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
|
prof_reset.c | 219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
|
stats.c | 138 thd_create(&thd, thd_start, NULL);
|
/external/jemalloc/test/integration/ |
MALLOCX_ARENA.c | 54 thd_create(&thds[i], thd_start,
|
thread_arena.c | 63 thd_create(&thds[i], thd_start,
|
allocated.c | 110 thd_create(&thd, thd_start, NULL);
|
thread_tcache_enabled.c | 98 thd_create(&thd, thd_start, NULL);
|