Home
last modified time | relevance | path

Searched refs:timeVal (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp47 struct timeval timeVal; in writeOnUnixSocket() local
48 timeVal.tv_sec = 5; in writeOnUnixSocket()
49 timeVal.tv_usec = 0; in writeOnUnixSocket()
56 nullptr, &timeVal); in writeOnUnixSocket()
152 struct timeval timeVal; in requestOffload() local
153 timeVal.tv_sec = 1; in requestOffload()
154 timeVal.tv_usec = 0; in requestOffload()
160 int retVal = select(numOfFDs, &readFD, nullptr, nullptr, &timeVal); in requestOffload()