Searched refs:run_poll (Results 1 – 1 of 1) sorted by relevance
1370 static void run_poll(void* args);1447 pargs->poller_thd = grpc_core::Thread("grpc_poller", &run_poll, pargs);1565 static void run_poll(void* args) { function