Searched refs:timeVal (Results 1 – 1 of 1) sorted by relevance
47 struct timeval timeVal; in writeOnUnixSocket() local48 timeVal.tv_sec = 5; in writeOnUnixSocket()49 timeVal.tv_usec = 0; in writeOnUnixSocket()56 nullptr, &timeVal); in writeOnUnixSocket()152 struct timeval timeVal; in requestOffload() local153 timeVal.tv_sec = 1; in requestOffload()154 timeVal.tv_usec = 0; in requestOffload()160 int retVal = select(numOfFDs, &readFD, nullptr, nullptr, &timeVal); in requestOffload()