Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc1431 struct timeval tvWait; in WaitSelect() local
1435 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1437 ptvWait = &tvWait; in WaitSelect()
1441 tvStop.tv_sec += tvWait.tv_sec; in WaitSelect()
1442 tvStop.tv_usec += tvWait.tv_usec; in WaitSelect()
1629 int64_t tvWait = -1; in WaitEpoll() local
1632 tvWait = cmsWait; in WaitEpoll()
1691 if (tvWait < 0) { in WaitEpoll()
1703 int64_t tvWait = -1; in WaitPoll() local
1706 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc1431 struct timeval tvWait; in WaitSelect() local
1435 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1437 ptvWait = &tvWait; in WaitSelect()
1441 tvStop.tv_sec += tvWait.tv_sec; in WaitSelect()
1442 tvStop.tv_usec += tvWait.tv_usec; in WaitSelect()
1629 int64_t tvWait = -1; in WaitEpoll() local
1632 tvWait = cmsWait; in WaitEpoll()
1691 if (tvWait < 0) { in WaitEpoll()
1703 int64_t tvWait = -1; in WaitPoll() local
1706 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dphysicalsocketserver.cc1431 struct timeval tvWait; in WaitSelect() local
1435 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1437 ptvWait = &tvWait; in WaitSelect()
1441 tvStop.tv_sec += tvWait.tv_sec; in WaitSelect()
1442 tvStop.tv_usec += tvWait.tv_usec; in WaitSelect()
1629 int64_t tvWait = -1; in WaitEpoll() local
1632 tvWait = cmsWait; in WaitEpoll()
1691 if (tvWait < 0) { in WaitEpoll()
1703 int64_t tvWait = -1; in WaitPoll() local
1706 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dphysical_socket_server.cc1240 struct timeval tvWait; in WaitSelect() local
1244 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1245 tvWait.tv_usec = (cmsWait % 1000) * 1000; in WaitSelect()
1246 ptvWait = &tvWait; in WaitSelect()
1421 int64_t tvWait = -1; in WaitEpoll() local
1424 tvWait = cmsWait; in WaitEpoll()
1469 tvWait = TimeDiff(tvStop, TimeMillis()); in WaitEpoll()
1470 if (tvWait <= 0) { in WaitEpoll()
1482 int64_t tvWait = -1; in WaitPoll() local
1485 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc1242 struct timeval tvWait; in WaitSelect() local
1246 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1247 tvWait.tv_usec = (cmsWait % 1000) * 1000; in WaitSelect()
1248 ptvWait = &tvWait; in WaitSelect()
1423 int64_t tvWait = -1; in WaitEpoll() local
1426 tvWait = cmsWait; in WaitEpoll()
1471 tvWait = TimeDiff(tvStop, TimeMillis()); in WaitEpoll()
1472 if (tvWait <= 0) { in WaitEpoll()
1484 int64_t tvWait = -1; in WaitPoll() local
1487 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dphysical_socket_server.cc1245 struct timeval tvWait; in WaitSelect() local
1249 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1250 tvWait.tv_usec = (cmsWait % 1000) * 1000; in WaitSelect()
1251 ptvWait = &tvWait; in WaitSelect()
1426 int64_t tvWait = -1; in WaitEpoll() local
1429 tvWait = cmsWait; in WaitEpoll()
1474 tvWait = TimeDiff(tvStop, TimeMillis()); in WaitEpoll()
1475 if (tvWait <= 0) { in WaitEpoll()
1487 int64_t tvWait = -1; in WaitPoll() local
1490 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc1416 struct timeval tvWait; in WaitSelect() local
1420 tvWait.tv_sec = cmsWait / 1000; in WaitSelect()
1421 tvWait.tv_usec = (cmsWait % 1000) * 1000; in WaitSelect()
1422 ptvWait = &tvWait; in WaitSelect()
1600 int64_t tvWait = -1; in WaitEpoll() local
1603 tvWait = cmsWait; in WaitEpoll()
1661 tvWait = TimeDiff(tvStop, TimeMillis()); in WaitEpoll()
1662 if (tvWait < 0) { in WaitEpoll()
1674 int64_t tvWait = -1; in WaitPoll() local
1677 tvWait = cmsWait; in WaitPoll()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dphysicalsocketserver.cc1255 struct timeval tvWait; in Wait() local
1259 tvWait.tv_sec = cmsWait / 1000; in Wait()
1260 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()
1261 ptvWait = &tvWait; in Wait()
1265 tvStop.tv_sec += tvWait.tv_sec; in Wait()
1266 tvStop.tv_usec += tvWait.tv_usec; in Wait()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc1259 struct timeval tvWait; in Wait() local
1263 tvWait.tv_sec = cmsWait / 1000; in Wait()
1264 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()
1265 ptvWait = &tvWait; in Wait()
1269 tvStop.tv_sec += tvWait.tv_sec; in Wait()
1270 tvStop.tv_usec += tvWait.tv_usec; in Wait()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc1232 struct timeval tvWait; in Wait() local
1236 tvWait.tv_sec = cmsWait / 1000; in Wait()
1237 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()
1238 ptvWait = &tvWait; in Wait()
1242 tvStop.tv_sec += tvWait.tv_sec; in Wait()
1243 tvStop.tv_usec += tvWait.tv_usec; in Wait()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc1266 struct timeval tvWait; in Wait() local
1270 tvWait.tv_sec = cmsWait / 1000; in Wait()
1271 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()
1272 ptvWait = &tvWait; in Wait()
1276 tvStop.tv_sec += tvWait.tv_sec; in Wait()
1277 tvStop.tv_usec += tvWait.tv_usec; in Wait()