Searched refs:PI_UNREF (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 170 #define PI_UNREF(p, r) pi_unref_dbg((p), (r), __FILE__, __LINE__) macro 175 #define PI_UNREF(p, r) pi_unref((p)) macro 333 PI_UNREF(next, "pi_delete"); /* Recursive call */ in pi_unref() 916 PI_UNREF(unref_pi, "fd_orphan"); 1117 PI_UNREF(ps->po.pi, reason); 1202 PI_UNREF(pollset->po.pi, "ps"); 1284 PI_UNREF(pi, "ps_work"); 1462 PI_UNREF(pi_new, "dance_of_destruction"); 1520 PI_UNREF(item->pi, poll_obj_string(item_type)); 1528 PI_UNREF(bag->pi, poll_obj_string(bag_type)); [all …]
|