Home
last modified time | relevance | path

Searched refs:thd_create (Results 1 – 13 of 13) sorted by relevance

/external/jemalloc/test/src/
Dthd.c5 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/test/unit/
Dmq.c73 thd_create(&receiver, thd_receiver_start, (void *)&mq); in TEST_BEGIN()
75 thd_create(&senders[i], thd_sender_start, (void *)&mq); in TEST_BEGIN()
Dmtx.c45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
Dtsd.c91 thd_create(&thd, thd_start, (void *)THREAD_DATA); in TEST_BEGIN()
Dprof_accum.c79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_thread_name.c115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_reset.c219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dstats.c138 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
/external/jemalloc/test/include/test/
Dthd.h8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
/external/jemalloc/test/integration/
DMALLOCX_ARENA.c54 thd_create(&thds[i], thd_start, in TEST_BEGIN()
Dthread_arena.c63 thd_create(&thds[i], thd_start, in TEST_BEGIN()
Dthread_tcache_enabled.c98 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
Dallocated.c110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()