Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gpr/
Dmpscq_test.cc150 grpc_core::Thread pull_thds[50]; in test_mt_multipop() local
169 for (size_t i = 0; i < GPR_ARRAY_SIZE(pull_thds); i++) { in test_mt_multipop()
170 pull_thds[i] = grpc_core::Thread("grpc_multipop_pull", pull_thread, &pa); in test_mt_multipop()
171 pull_thds[i].Start(); in test_mt_multipop()
174 for (auto& pth : pull_thds) { in test_mt_multipop()