Home
last modified time | relevance | path

Searched refs:MAX_SLEEP_TIME (Results 1 – 25 of 27) sorted by path

12

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libsuspend/
H A Dautosuspend_wakeup_count.cpp38 #define MAX_SLEEP_TIME 60000000 macro
62 sleep_time = MIN(sleep_time * 2, MAX_SLEEP_TIME); in update_sleep_time()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libsuspend/
H A Dautosuspend_wakeup_count.cpp38 #define MAX_SLEEP_TIME 60000000 macro
62 sleep_time = MIN(sleep_time * 2, MAX_SLEEP_TIME); in update_sleep_time()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DRMWebAppFilter.java60 private static final int MAX_SLEEP_TIME = 5 * 60; field in RMWebAppFilter
124 if (redirectUrl == null || next > MAX_SLEEP_TIME) { in doFilter()
/dports/devel/smc/smc_4_3_0/examples/Ant/EX6/src/
H A Dclient.java209 sleeptime = (_randomizer.nextLong() % MAX_SLEEP_TIME); in run()
355 private static final long MAX_SLEEP_TIME = 30000; // 30 seconds.. field in client
/dports/devel/smc/smc_4_3_0/examples/C++/EX6/
H A DAppClient.cpp60 const long AppClient::MAX_SLEEP_TIME = 30000; member in AppClient
380 duration = ((long) rand()) % MAX_SLEEP_TIME; in setTransmitTimer()
H A DAppClient.h125 const static long MAX_SLEEP_TIME; variable
/dports/devel/smc/smc_4_3_0/examples/Java/EX6/
H A Dclient.java209 sleeptime = (_randomizer.nextLong() % MAX_SLEEP_TIME); in run()
355 private static final long MAX_SLEEP_TIME = 30000; // 30 seconds.. field in client
/dports/games/atr3d/atr3d/
H A Ddefines.h21 #define MAX_SLEEP_TIME 1000 macro
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dcommon.c5375 #define MAX_SLEEP_TIME 3600*24*7 macro
5385 if (nanoseconds >= ((cob_s64_t)MAX_SLEEP_TIME * 1000000000)) {
5386 return (cob_s64_t)MAX_SLEEP_TIME * 1000000000;
5395 #define MAX_SLEEP_TIME 3600*24*7 macro
5401 if (seconds >= MAX_SLEEP_TIME) {
5402 return (cob_s64_t)MAX_SLEEP_TIME * 1000000000;
/dports/misc/wmpal/wmpal-0.6.1/
H A Dwmpal.c32 #define MAX_SLEEP_TIME 5 macro
122 sleep(rand() % (MAX_SLEEP_TIME-1) + 1); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ps.c74 #define MAX_SLEEP_TIME 10000 macro
94 timeout = jiffies + msecs_to_jiffies(MAX_SLEEP_TIME); in rtl92e_enter_sleep()
97 time - jiffies, msecs_to_jiffies(MAX_SLEEP_TIME)); in rtl92e_enter_sleep()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ps.c74 #define MAX_SLEEP_TIME 10000 macro
94 timeout = jiffies + msecs_to_jiffies(MAX_SLEEP_TIME); in rtl92e_enter_sleep()
97 time - jiffies, msecs_to_jiffies(MAX_SLEEP_TIME)); in rtl92e_enter_sleep()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ps.c74 #define MAX_SLEEP_TIME 10000 macro
94 timeout = jiffies + msecs_to_jiffies(MAX_SLEEP_TIME); in rtl92e_enter_sleep()
97 time - jiffies, msecs_to_jiffies(MAX_SLEEP_TIME)); in rtl92e_enter_sleep()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/old/
H A Drtl8187_1025v2.patch3186 -#define MAX_SLEEP_TIME (10000000)
3187 +#define MAX_SLEEP_TIME (10000000)
5102 if(((tl > rb) && ((tl-rb) > MAX_SLEEP_TIME))||
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1936 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1937 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1938 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1936 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1937 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1938 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1936 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1937 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1938 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp1965 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1966 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1967 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp1965 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1966 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1967 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp1965 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1966 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1967 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1948 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1949 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1950 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1948 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1949 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1950 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1948 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
1949 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
1950 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp3732 constexpr int64_t MAX_SLEEP_TIME = 100000000; // larger values trigger a macos/libevent bug? in walletpassphrase() local
3733 if (nSleepTime > MAX_SLEEP_TIME) { in walletpassphrase()
3734 nSleepTime = MAX_SLEEP_TIME; in walletpassphrase()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupd/
H A DBackupDaemon.cpp206 static const time_t MAX_SLEEP_TIME = 1024; variable
624 requiredDelay = SecondsToBoxTime(MAX_SLEEP_TIME); in Run2()
626 else if(requiredDelay > SecondsToBoxTime(MAX_SLEEP_TIME)) in Run2()
628 requiredDelay = SecondsToBoxTime(MAX_SLEEP_TIME); in Run2()

12