zeroTimeout        92 plugin/ipc/file/fileconnection.cpp   struct timeval zeroTimeout = {0, 0}; /* Zero: will use to poll, not wait.*/
zeroTimeout       118 plugin/ipc/file/fileconnection.cpp   select(masterFd + 1, &read_fds, NULL, NULL, &zeroTimeout);
zeroTimeout       145 plugin/ipc/file/fileconnection.cpp   struct timeval zeroTimeout = {0, 0}; /* Zero: will use to poll, not wait.*/
zeroTimeout       148 plugin/ipc/file/fileconnection.cpp   select(fd + 1, &read_fds, NULL, NULL, &zeroTimeout);