Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc1255 pollable* po_at_start = local
1263 gpr_mu_lock(&po_at_start->owner_orphan_mu);
1264 if (po_at_start->owner_orphaned) {
1272 gpr_mu_unlock(&po_at_start->owner_orphan_mu);
1280 pollset->active_pollable = po_at_start;
1282 POLLABLE_UNREF(po_at_start, "pollset_add_fd");
1290 pollable* po_at_start = local
1308 gpr_mu_lock(&po_at_start->owner_orphan_mu);
1309 if (po_at_start->owner_orphaned) {
1311 gpr_mu_unlock(&po_at_start->owner_orphan_mu);
[all …]