Searched refs:poller_vtable (Results 1 – 2 of 2) sorted by relevance
38 static grpc_custom_poller_vtable* poller_vtable; variable46 static void pollset_global_init() { poller_vtable->init(); } in pollset_global_init()48 static void pollset_global_shutdown() { poller_vtable->shutdown(); } in pollset_global_shutdown()80 poller_vtable->poll(static_cast<size_t>(timeout)); in pollset_work()93 poller_vtable->kick(); in pollset_kick()104 poller_vtable = vtable; in grpc_custom_pollset_init()
348 const cq_poller_vtable* poller_vtable; member527 const cq_poller_vtable* poller_vtable = in grpc_completion_queue_create_internal() local535 poller_vtable->size())); in grpc_completion_queue_create_internal()538 cq->poller_vtable = poller_vtable; in grpc_completion_queue_create_internal()543 poller_vtable->init(POLLSET_FROM_CQ(cq), &cq->mu); in grpc_completion_queue_create_internal()623 cq->poller_vtable->destroy(POLLSET_FROM_CQ(cq));740 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);824 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker);1059 grpc_error* err = cq->poller_vtable->work(POLLSET_FROM_CQ(cq), nullptr,1079 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);[all …]