Searched refs:thd_args (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/core/gpr/ |
D | mpscq_test.cc | 64 } 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/ |
D | prof_accum.c | 55 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()
|
D | prof_thread_name.c | 98 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()
|
D | prof_reset.c | 185 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/ |
D | bad_client.cc | 48 } 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/ |
D | prof_accum.c | 65 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()
|
D | prof_thread_name.c | 108 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()
|
D | prof_reset.c | 201 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/ |
D | combiner_test.cc | 59 } 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()
|