Lines Matching refs:pollset
63 - Add fd to pollset
68 …> **NOTE**: `grpc_pollset_work()` requires the pollset mutex to be locked before calling it. Short…
69 - Poll the fds in the pollset for events AND return when ANY of the following is true:
71 …- Some fds in the pollset were found to be readable/writable/error and those associated closures w…
77 - If `worker == nullptr`, kick ANY worker active on that pollset
87 - What does adding a pollset to a pollset_set mean ?
88 …n the pollset will also poll all the fds in the pollset_set i.e semantically, it is similar to add…
89 - This guarantee is no longer true once the pollset is removed from the pollset_set
115 …tation). `grpc_pollset_workers` that call `grpc_pollset_work` on a given pollset are all queued in…
117 …pollset is put in a neighborhood based on the CPU core of the root worker thread. When picking the…
118 …o maintain a list of `grpc_pollset_workers` with a way to group them per-pollset (needed to implem…
134 - A multi-pollable has one-and-only-one incoming link from a pollset
140 …ery completion queue automatically creates a pollset and the channel fd will have to be put in tha…
141 …O_EMPTY global epollset. Then once the channel fd is added to the pollset, the pollset will point …