Searched refs:poll_obj_string (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 99 const char* poll_obj_string(poll_obj_type po_type) { in poll_obj_string() function 1453 (void*)pi_new, FD_FROM_PO(item)->fd, poll_obj_string(bag_type), 1472 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1473 poll_obj_string(bag_type), (void*)bag); 1477 (void*)pi_new, poll_obj_string(item_type), poll_obj_string(bag_type)); 1493 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1494 poll_obj_string(bag_type), (void*)bag); 1503 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1504 poll_obj_string(bag_type), (void*)bag); 1510 (void*)pi_new, poll_obj_string(item_type), (void*)item, [all …]
|