Home
last modified time | relevance | path

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

/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtpselect.h74 int timeoutmsec = -1; in RTPSelect() local
81 timeoutmsec = (int)dtimeoutmsec; in RTPSelect()
85 int status = WSAPoll(&(fds[0]), (ULONG)numsocks, timeoutmsec); in RTPSelect()
89 int status = poll(&(fds[0]), numsocks, timeoutmsec); in RTPSelect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqeventdispatcher_qpa.cpp288 qint64 timeoutmsec = LONG_MAX; // wait if we don't have timers in select() local
290 timeoutmsec = timeout->tv_sec * 1000 + (timeout->tv_usec/1000); in select()
308 d->eventLoopIntegration->setNextTimerEvent(timeoutmsec); in select()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/glassfish/
H A D_asadmin763 …ostatus:(true false)' '--port+:' '--standaloneonly+:standaloneonly:(true false)' '--timeoutmsec+:')