Searched refs:background_poll (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | wakeup_fd_cv_test.cc | 86 void background_poll(void* args) { in background_poll() function 137 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() 155 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() 172 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() 189 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() 209 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger()
|