Home
last modified time | relevance | path

Searched refs:timeoutSecs (Results 1 – 25 of 109) sorted by relevance

12345

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/logging/
H A DLogAlert.java51 public int timeoutSecs = -1; field in LogAlert
74 public LogAlert(boolean repeatable, int type, String text, int timeoutSecs) { in LogAlert() argument
78 this.timeoutSecs = timeoutSecs; in LogAlert()
114 public int getGivenTimeoutSecs() {return timeoutSecs;} in getGivenTimeoutSecs()
140 if (this.timeoutSecs != -1) {return this.timeoutSecs;} in getTimeoutSecs()
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/genlib/net/
H A Dsock.c162 int *timeoutSecs, in sock_read_write() argument
183 timeout.tv_sec = *timeoutSecs; in sock_read_write()
186 if (*timeoutSecs < 0) in sock_read_write()
260 if (*timeoutSecs != 0) in sock_read_write()
261 *timeoutSecs -= (int)(time(NULL) - start_time); in sock_read_write()
266 int sock_read(SOCKINFO *info, char *buffer, size_t bufsize, int *timeoutSecs) in sock_read() argument
268 return sock_read_write(info, buffer, bufsize, timeoutSecs, 1); in sock_read()
271 int sock_write(SOCKINFO *info, const char *buffer, size_t bufsize, int *timeoutSecs) in sock_write() argument
274 return sock_read_write(info, (char *)buffer, bufsize, timeoutSecs, 0); in sock_write()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_mutex.cpp262 bool dng_condition::Wait (dng_mutex &mutex, double timeoutSecs) in Wait() argument
277 if (timeoutSecs < 0) in Wait()
291 timeoutSecs += now.tv_sec; in Wait()
292 timeoutSecs += now.tv_nsec / 1000000000.0; in Wait()
294 now.tv_sec = (long) timeoutSecs; in Wait()
295 now.tv_nsec = (long) ((timeoutSecs - now.tv_sec) * 1000000000); in Wait()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/linux/
H A DLinuxPower.cpp81 int32_t timeoutSecs; // Specify the delayed seconds to shutdown the system. member
84 : mode(aMode), timeoutSecs(aTimeoutSecs) {} in watchdogParam()
118 if (paramPtr->timeoutSecs > 0 && paramPtr->timeoutSecs <= 30) { in ForceQuitWatchdog()
122 (TimeStamp::Now() + TimeDuration::FromSeconds(paramPtr->timeoutSecs)); in ForceQuitWatchdog()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/shells/
H A DMessageSlideShell.java163 int timeoutSecs ) { in MessageSlideShell() argument
166 relatedObjects, timeoutSecs); in MessageSlideShell()
170 String text, String details, int timeoutSecs) { in MessageSlideShell() argument
191 relatedObjects, timeoutSecs ); in MessageSlideShell()
640 int timeoutSecs; in create() local
642 if ( popupParams.timeoutSecs < 0 ){ in create()
648 timeoutSecs = popupParams.timeoutSecs; in create()
839 int delayLeft = timeoutSecs * 1000; in runPopup()
966 public int timeoutSecs; field in MessageSlideShell.PopupParams
979 this.timeoutSecs = timeoutSecs; in PopupParams()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_mutex.cpp407 bool dng_condition::Wait (dng_mutex &mutex, double timeoutSecs) in Wait() argument
429 if (timeoutSecs < 0) in Wait()
443 timeoutSecs += now.tv_sec; in Wait()
444 timeoutSecs += now.tv_nsec / 1000000000.0; in Wait()
446 now.tv_sec = (long) timeoutSecs; in Wait()
447 now.tv_nsec = (long) ((timeoutSecs - now.tv_sec) * 1000000000); in Wait()
/dports/devel/R-cran-later/later/R/
H A Dlater.R294 run_now <- function(timeoutSecs = 0L, all = TRUE, loop = current_loop()) { argument
295 if (timeoutSecs == Inf) {
296 timeoutSecs <- -1
299 if (!is.numeric(timeoutSecs))
302 invisible(execCallbacks(timeoutSecs, all, loop$id))
H A DRcppExports.R44 execCallbacks <- function(timeoutSecs, runAll, loop_id) { argument
45 .Call('_later_execCallbacks', PACKAGE = 'later', timeoutSecs, runAll, loop_id)
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DTimer.cpp403 Timer::Timer(size_t timeoutSecs, const std::string& rName) in Timer() argument
404 : mExpires(GetCurrentBoxTime() + SecondsToBoxTime(timeoutSecs)), in Timer()
412 if (timeoutSecs == 0) in Timer()
414 BOX_TRACE(TIMER_ID "initialised for " << timeoutSecs << in Timer()
419 BOX_TRACE(TIMER_ID "initialised for " << timeoutSecs << in Timer()
424 if (timeoutSecs == 0) in Timer()
431 Start(timeoutSecs * MICRO_SEC_IN_SEC_LL); in Timer()
/dports/devel/R-cran-later/later/inst/
H A Dbgtest.cpp10 TestTask(int timeoutSecs) : _timeoutSecs(timeoutSecs) {} in TestTask() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DMockRM.java139 int timeoutSecs = 0; in waitForState() local
140 while (!finalState.equals(app.getState()) && timeoutSecs++ < 40) { in waitForState()
161 int timeoutSecs = 0; in waitForState() local
175 int timeoutSecs = 0; in waitForContainerAllocated() local
177 && timeoutSecs++ < 40) { in waitForContainerAllocated()
221 int timeoutSecs = 0; in waitForState() local
222 while(container == null && timeoutSecs++ < timeoutMillisecs / 100) { in waitForState()
228 if (timeoutMillisecs <= timeoutSecs * 100) { in waitForState()
234 && timeoutSecs++ < timeoutMillisecs / 100) { in waitForState()
240 if (timeoutMillisecs <= timeoutSecs * 100) { in waitForState()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/gou-c797efecbb61/
H A Dtestutil.go23 func WaitFor(check func() bool, timeoutSecs int) {
32 case <-time.After(time.Duration(timeoutSecs) * time.Second):
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/inc/
H A Dsock.h170 int *timeoutSecs);
188 int *timeoutSecs);
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/araddon/gou/
H A Dtestutil.go23 func WaitFor(check func() bool, timeoutSecs int) {
32 case <-time.After(time.Duration(timeoutSecs) * time.Second):
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/
H A Dtestutil.go23 func WaitFor(check func() bool, timeoutSecs int) {
32 case <-time.After(time.Duration(timeoutSecs) * time.Second):
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/
H A DMRApp.java314 int timeoutSecs = 0; in waitForInternalState() local
316 while (!finalState.equals(iState) && timeoutSecs++ < 20) { in waitForInternalState()
329 int timeoutSecs = 0; in waitForInternalState() local
347 int timeoutSecs = 0; in waitForInternalState() local
365 int timeoutSecs = 0; in waitForState() local
368 timeoutSecs++ < 20) { in waitForState()
382 int timeoutSecs = 0; in waitForState() local
385 timeoutSecs++ < 20) { in waitForState()
398 int timeoutSecs = 0; in waitForState() local
401 timeoutSecs++ < 20) { in waitForState()
[all …]
/dports/devel/R-cran-later/later/src/
H A Dcallback_registry.cpp373 bool CallbackRegistry::wait(double timeoutSecs, bool recursive) const { in wait() argument
375 if (timeoutSecs < 0) { in wait()
377 timeoutSecs = 3e10; in wait()
380 Timestamp expireTime(timeoutSecs); in wait()
H A Dthreadutils.h127 bool timedwait(double timeoutSecs) { in timedwait() argument
133 ts = addSeconds(ts, timeoutSecs); in timedwait()
H A DRcppExports.cpp120 bool execCallbacks(double timeoutSecs, bool runAll, int loop_id);
125 Rcpp::traits::input_parameter< double >::type timeoutSecs(timeoutSecsSEXP); in _later_execCallbacks() local
128 rcpp_result_gen = Rcpp::wrap(execCallbacks(timeoutSecs, runAll, loop_id)); in _later_execCallbacks()
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/
H A DPhpiredisSocketConnection.php286 $timeoutSecs = floor($timeout);
287 $timeoutUSecs = ($timeout - $timeoutSecs) * 1000000;
289 $selected = socket_select($selectable, $selectable, $null, $timeoutSecs, $timeoutUSecs);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/
H A DPhpiredisSocketConnection.php286 $timeoutSecs = floor($timeout);
287 $timeoutUSecs = ($timeout - $timeoutSecs) * 1000000;
289 $selected = socket_select($selectable, $selectable, $null, $timeoutSecs, $timeoutUSecs);
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Connection/
H A DPhpiredisSocketConnection.php307 $timeoutSecs = floor($timeout);
308 $timeoutUSecs = ($timeout - $timeoutSecs) * 1000000;
310 $selected = socket_select($selectable, $selectable, $null, $timeoutSecs, $timeoutUSecs);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Connection/
H A DPhpiredisSocketConnection.php307 $timeoutSecs = floor($timeout);
308 $timeoutUSecs = ($timeout - $timeoutSecs) * 1000000;
310 $selected = socket_select($selectable, $selectable, $null, $timeoutSecs, $timeoutUSecs);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/assetexporterplugin/
H A Dassetexporterview.cpp57 bool AssetExporterView::loadQmlFile(const Utils::FilePath &path, uint timeoutSecs) in loadQmlFile() argument
64 m_retryCount = std::max(MinRetry, static_cast<int>((timeoutSecs * 1000) / RetryIntervalMs)); in loadQmlFile()
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dcoretest_test.go92 func waitFor(check func() bool, timeoutSecs int) {
100 if tryct >= timeoutSecs*10 {

12345