Home
last modified time | relevance | path

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

/system/core/logd/
DLogTimes.cpp48 mTimeout.tv_sec = timeout / NS_PER_SEC; in LogTimeEntry()
49 mTimeout.tv_nsec = timeout % NS_PER_SEC; in LogTimeEntry()
141 if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in threadStart()
143 &timesLock, &me->mTimeout) == ETIMEDOUT) { in threadStart()
144 me->mTimeout.tv_sec = 0; in threadStart()
145 me->mTimeout.tv_nsec = 0; in threadStart()
177 if (!me->mTimeout.tv_sec && !me->mTimeout.tv_nsec) { in threadStart()
DFlushCommand.cpp51 if (entry->mTimeout.tv_sec || entry->mTimeout.tv_nsec) { in runSocketCommand()
59 if (((entry->mEnd + entry->mTimeout) > now) && in runSocketCommand()
83 mPid, mStart, mTimeout); in runSocketCommand()
DFlushCommand.h35 uint64_t mTimeout; variable
48 mTimeout((start != log_time::EPOCH) ? timeout : 0) { in FlushCommand()
59 mTimeout(0) { in FlushCommand()
DLogTimes.h61 struct timespec mTimeout; variable
DLogBuffer.cpp646 } else if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in kickMe()
717 (entry->mTimeout.tv_sec || entry->mTimeout.tv_nsec)))) { in prune()