Searched refs:thd_create (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | thd.c | 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create() function 25 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create() function
|
| /third_party/ulib/jemalloc/test/unit/ |
| A 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()
|
| A D | mtx.c | 45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
| A D | tsd.c | 90 thd_create(&thd, thd_start, (void *)THREAD_DATA); in TEST_BEGIN()
|
| A D | prof_accum.c | 78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| A D | prof_thread_name.c | 114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| A D | prof_reset.c | 217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
| A D | stats.c | 131 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
|
| A D | rtree.c | 127 thd_create(&thds[j], thd_start, (void *)&arg); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | thd.h | 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | MALLOCX_ARENA.c | 54 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
| A D | thread_arena.c | 63 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
| A D | thread_tcache_enabled.c | 97 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
| A D | allocated.c | 109 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
Completed in 15 milliseconds