Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_windows.cc92 pollset->root_worker.links[GRPC_POLLSET_WORKER_LINK_POLLSET].next = in pollset_init()
93 pollset->root_worker.links[GRPC_POLLSET_WORKER_LINK_POLLSET].prev = in pollset_init()
116 worker.links[GRPC_POLLSET_WORKER_LINK_POLLSET].next = in pollset_work()
117 worker.links[GRPC_POLLSET_WORKER_LINK_POLLSET].prev = in pollset_work()
137 GRPC_POLLSET_WORKER_LINK_POLLSET); in pollset_work()
156 push_front_worker(&pollset->root_worker, GRPC_POLLSET_WORKER_LINK_POLLSET, in pollset_work()
178 remove_worker(&worker, GRPC_POLLSET_WORKER_LINK_POLLSET); in pollset_work()
190 p->root_worker.links[GRPC_POLLSET_WORKER_LINK_POLLSET].next; in pollset_kick()
193 specific_worker->links[GRPC_POLLSET_WORKER_LINK_POLLSET].next) { in pollset_kick()
211 pop_front_worker(&p->root_worker, GRPC_POLLSET_WORKER_LINK_POLLSET); in pollset_kick()
Dpollset_windows.h37 GRPC_POLLSET_WORKER_LINK_POLLSET = 0, enumerator