Home
last modified time | relevance | path

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

/external/jemalloc_new/test/integration/
Dthread_tcache_enabled.c5 thd_start(void *arg) { in thd_start() function
67 thd_start(NULL); in TEST_BEGIN()
74 thd_create(&thd, thd_start, NULL); in TEST_BEGIN()
Dallocated.c12 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()
DMALLOCX_ARENA.c14 thd_start(void *arg) { in thd_start() function
52 thd_create(&thds[i], thd_start, in TEST_BEGIN()
Dthread_arena.c6 thd_start(void *arg) { in thd_start() function
69 thd_create(&thds[i], thd_start, in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dtsd.c42 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()
Dmtx.c22 thd_start(void *varg) { in thd_start() function
42 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN()
Dprof_accum.c24 thd_start(void *varg) { in thd_start() function
69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_thread_name.c74 thd_start(void *varg) { in thd_start() function
105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dretained.c70 thd_start(void *arg) { in thd_start() function
112 thd_create(&threads[i], thd_start, NULL); in TEST_BEGIN()
Dprof_reset.c139 thd_start(void *varg) { in thd_start() function
203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dstats.c131 thd_start(void *arg) { in thd_start() function
139 thd_create(&thd, thd_start, NULL); in no_lazy_lock()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dmmcra_thresh_marked_sample_test.c60 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, thd_start) != in mmcra_thresh_marked_sample()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch98630 -thd_start(void *arg) {
98668 - thd_create(&thds[i], thd_start,
98863 -thd_start(void *arg) {
98954 - thd_start(NULL);
98961 - thd_create(&thd, thd_start, NULL);
100763 -thd_start(void *arg) {
100826 - thd_create(&thds[i], thd_start,
100853 -thd_start(void *arg) {
100915 - thd_start(NULL);
100922 - thd_create(&thd, thd_start, NULL);
[all …]