Lines Matching defs:ack
1572 // Similarly, ACK signals generated by this monitor.1970 Operation *ack = NULL;1977 if ((status = read(m_client_fd, &ack, sizeof(ack))) < 0)1987 assert(status == sizeof(ack));1988 assert(ack == op && "Invalid monitor thread response!");