Searched refs:mTimeoutTimeNs (Results 1 – 1 of 1) sorted by relevance
48 , mTimeoutTimeNs(systemTime() + timeoutMs * NANOS_PER_MILLISECOND) { in mPrefix()51 mOutput = std::async(std::launch::async, reader, mPipeFd[0], mTimeoutTimeNs, mPrefix); in mPrefix()87 const int waitMs = toMillisecondTimeoutDelay(systemTime(), mTimeoutTimeNs); in getStringAndClose()130 const int64_t mTimeoutTimeNs; variable