Searched refs:timeOut (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransaction.java349 @param timeOut
360 public void setTxnTimeout(final long timeOut) argument
363 txn.set_timeout(timeOut, DbConstants.DB_SET_TXN_TIMEOUT);
377 @param timeOut
388 public void setLockTimeout(final long timeOut) argument
391 txn.set_timeout(timeOut, DbConstants.DB_SET_LOCK_TIMEOUT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp506 unsigned long timeOut = maxTime ? SaturatingSubtract(maxTime, timer.ElapsedTime()) : 0; local
507 if (sender.MustWaitToSend() && !sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait send", 0)))
519 if (maxTime > 0 && timeOut == 0)
536 unsigned long timeOut = maxTime ? SaturatingSubtract(maxTime, timer.ElapsedTime()) : 0; local
537 if (!sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait EOF", 0)))

Completed in 85 milliseconds