/external/jemalloc/test/unit/ |
D | tsd.c | 56 thd_start(void *arg) in malloc_tsd_externs() 82 thd_start((void *)(uintptr_t)0xa5f3e329); in TEST_BEGIN() 91 thd_create(&thd, thd_start, (void *)THREAD_DATA); in TEST_BEGIN()
|
D | mtx.c | 23 thd_start(void *varg) in thd_start() function 45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
D | prof_accum.c | 32 thd_start(void *varg) in thd_start() function 79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | prof_thread_name.c | 82 thd_start(void *varg) in thd_start() function 115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | prof_reset.c | 153 thd_start(void *varg) in thd_start() function 219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | stats.c | 127 thd_start(void *arg) in thd_start() function 138 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
|
/external/jemalloc_new/test/integration/ |
D | thread_tcache_enabled.c | 4 thd_start(void *arg) { in thd_start() function 66 thd_start(NULL); in TEST_BEGIN() 73 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | allocated.c | 12 thd_start(void *arg) { in thd_start() function 103 thd_start(NULL); in TEST_BEGIN() 110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | MALLOCX_ARENA.c | 14 thd_start(void *arg) { in thd_start() function 52 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_arena.c | 6 thd_start(void *arg) { in thd_start() function 69 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
/external/jemalloc/test/integration/ |
D | thread_tcache_enabled.c | 12 thd_start(void *arg) in thd_start() function 90 thd_start(NULL); in TEST_BEGIN() 98 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | allocated.c | 12 thd_start(void *arg) in thd_start() function 102 thd_start(NULL); in TEST_BEGIN() 110 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
|
D | MALLOCX_ARENA.c | 14 thd_start(void *arg) in thd_start() function 54 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
D | thread_arena.c | 6 thd_start(void *arg) in thd_start() function 63 thd_create(&thds[i], thd_start, in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | tsd.c | 42 thd_start(void *arg) { in thd_start() function 68 thd_start((void *)(uintptr_t)0xa5f3e329); in TEST_BEGIN() 76 thd_create(&thd, thd_start, (void *)MALLOC_TSD_TEST_DATA_INIT); in TEST_BEGIN()
|
D | mtx.c | 22 thd_start(void *varg) { in thd_start() function 42 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
|
D | prof_accum.c | 24 thd_start(void *varg) { in thd_start() function 69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | prof_thread_name.c | 74 thd_start(void *varg) { in thd_start() function 105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | retained.c | 70 thd_start(void *arg) { in thd_start() function 112 thd_create(&threads[i], thd_start, NULL); in TEST_BEGIN()
|
D | prof_reset.c | 139 thd_start(void *varg) { in thd_start() function 203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
|
D | stats.c | 131 thd_start(void *arg) { in thd_start() function 139 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
|