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()
282 const cq_poller_vtable* poller_vtable; member477 const cq_poller_vtable* poller_vtable = in grpc_completion_queue_create_internal() local485 poller_vtable->size())); in grpc_completion_queue_create_internal()488 cq->poller_vtable = poller_vtable; in grpc_completion_queue_create_internal()493 poller_vtable->init(POLLSET_FROM_CQ(cq), &cq->mu); in grpc_completion_queue_create_internal()593 cq->poller_vtable->destroy(POLLSET_FROM_CQ(cq));727 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);809 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), pluck_worker);1032 grpc_error* err = cq->poller_vtable->work(POLLSET_FROM_CQ(cq), nullptr,1052 cq->poller_vtable->kick(POLLSET_FROM_CQ(cq), nullptr);[all …]