Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc364 #define POLLSET_FROM_CQ(cq) \ macro
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);
1076 cq->poller_vtable->shutdown(POLLSET_FROM_CQ(cq), &cq->pollset_shutdown_done);
1275 cq->poller_vtable->work(POLLSET_FROM_CQ(cq), &worker, deadline_millis);
1312 cq->poller_vtable->shutdown(POLLSET_FROM_CQ(cq), &cq->pollset_shutdown_done);
[all …]