Home
last modified time | relevance | path

Searched refs:thd_args (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dmpscq_test.cc64 } thd_args; typedef
69 thd_args* a = static_cast<thd_args*>(args); in test_thread()
81 thd_args ta[GPR_ARRAY_SIZE(thds)]; in test_mt()
113 thd_args* ta;
151 thd_args ta[GPR_ARRAY_SIZE(thds)]; in test_mt_multipop()
/external/jemalloc_new/test/unit/
Dprof_accum.c55 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
68 thd_args[i] = i; in TEST_BEGIN()
69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_thread_name.c98 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
104 thd_args[i] = i; in TEST_BEGIN()
105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_reset.c185 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
202 thd_args[i] = i; in TEST_BEGIN()
203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
/external/grpc-grpc/test/core/bad_client/
Dbad_client.cc48 } thd_args; typedef
52 thd_args* a = static_cast<thd_args*>(arg); in thd_func()
66 thd_args* a = static_cast<thd_args*>(ts); in server_setup_transport()
189 thd_args a; in grpc_run_bad_client_test()
/external/jemalloc/test/unit/
Dprof_accum.c65 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
78 thd_args[i] = i; in TEST_BEGIN()
79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_thread_name.c108 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
114 thd_args[i] = i; in TEST_BEGIN()
115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
Dprof_reset.c201 unsigned thd_args[NTHREADS]; in TEST_BEGIN() local
218 thd_args[i] = i; in TEST_BEGIN()
219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
/external/grpc-grpc/test/core/iomgr/
Dcombiner_test.cc59 } thd_args; typedef
74 thd_args* args = static_cast<thd_args*>(a); in execute_many_loop()
101 thd_args ta[GPR_ARRAY_SIZE(thds)]; in test_execute_many()