Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c337 FILLP_SLONG timeoutBkp = timeout; in EpPoll() local
359 eventCount = EpGetEventsAndSignal(ep, events, maxEvents, timeoutBkp); in EpPoll()
363 if (timeoutBkp == -1) { in EpPoll()
369 } else if (timeoutBkp == 0) { in EpPoll()
380 if ((FILLP_UTILS_US2MS(endtime - begintime)) >= timeoutBkp) { in EpPoll()
388 timeoutWork = (FILLP_SLONG)(timeoutBkp - (FILLP_UTILS_US2MS(endtime - begintime))); in EpPoll()