Searched refs:nEvents (Results 1 – 1 of 1) sorted by relevance
100 int nEvents; in work() local102 nEvents = select(maxFd+1, &inFd, &outFd, &excFd, NULL); in work()108 nEvents = select(maxFd+1, &inFd, &outFd, &excFd, &tv); in work()111 if (nEvents < 0) in work()113 XmlRpcUtil::error("Error in XmlRpcDispatch::work: error in select (%d).", nEvents); in work()