Searched refs:PI_ADD_REF (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 169 #define PI_ADD_REF(p, r) pi_add_ref_dbg((p), (r), __FILE__, __LINE__) macro 174 #define PI_ADD_REF(p, r) pi_add_ref((p)) macro 680 PI_ADD_REF(q, "pi_merge"); /* To account for the new incoming ref from p */ in polling_island_merge() 1188 PI_ADD_REF(pollset->po.pi, "ps"); 1201 PI_ADD_REF(pi, "ps"); 1209 PI_ADD_REF(pi, "ps_work"); 1461 PI_ADD_REF(pi_new, "dance_of_destruction"); 1518 PI_ADD_REF(pi_new, poll_obj_string(item_type)); 1526 PI_ADD_REF(pi_new, poll_obj_string(bag_type));
|