Searched refs:thd_create (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dthd.h8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dthd.c5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function
25 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmtx.c45 thd_create(&thds[i], thd_start, (void *)&arg);
H A Dmq.c73 thd_create(&receiver, thd_receiver_start, (void *)&mq);
75 thd_create(&senders[i], thd_sender_start, (void *)&mq);
H A Dprof_accum.c78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dtsd.c90 thd_create(&thd, thd_start, (void *)THREAD_DATA);
H A Dprof_thread_name.c114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dprof_reset.c217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Drtree.c127 thd_create(&thds[j], thd_start, (void *)&arg);
H A Dstats.c131 thd_create(&thd, thd_start, NULL);
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A DMALLOCX_ARENA.c54 thd_create(&thds[i], thd_start,
H A Dthread_arena.c63 thd_create(&thds[i], thd_start,
H A Dallocated.c109 thd_create(&thd, thd_start, NULL);
H A Dthread_tcache_enabled.c97 thd_create(&thd, thd_start, NULL);

Completed in 41 milliseconds