Home
last modified time | relevance | path

Searched refs:MAX_SLEEP_TIME (Results 26 – 27 of 27) sorted by relevance

12

/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/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))||

12