Home
last modified time | relevance | path

Searched refs:CONCURRENT_TEST_THREADS (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc51 #define CONCURRENT_TEST_THREADS 100 macro
68 grpc_core::Thread thds[CONCURRENT_TEST_THREADS]; in test_thd_count()
74 for (int i = 0; i < CONCURRENT_TEST_THREADS; i++) { in test_thd_count()
76 (i * THREAD_DELAY_MS) / (CONCURRENT_TEST_THREADS - 1); in test_thd_count()
/external/grpc-grpc/test/core/gpr/
Darena_test.cc74 #define CONCURRENT_TEST_THREADS 10 macro
101 grpc_core::Thread thds[CONCURRENT_TEST_THREADS]; in concurrent_test()
103 for (int i = 0; i < CONCURRENT_TEST_THREADS; i++) { in concurrent_test()