Home
last modified time | relevance | path

Searched refs:cond_blockchange (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Dserver.h32 extern std::condition_variable cond_blockchange;
H A Dblockchain.cpp363 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
394cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]{return latestblock.he… in waitfornewblock()
396cond_blockchange.wait(lock, [&block]{return latestblock.height != block.height || latestblock.hash… in waitfornewblock()
436cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]{return latestblock.has… in waitforblock()
438cond_blockchange.wait(lock, [&hash]{return latestblock.hash == hash || !IsRPCRunning(); }); in waitforblock()
480cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]{return latestblock.h… in waitforblockheight()
482cond_blockchange.wait(lock, [&height]{return latestblock.height >= height || !IsRPCRunning(); }); in waitforblockheight()
1361 cond_blockchange.wait_for(lock, std::chrono::milliseconds(1000)); in waitforlogs()
H A Dserver.cpp34 std::condition_variable cond_blockchange; variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp55 static std::condition_variable cond_blockchange; variable
207 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
240cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]{return latestblock.he… in waitfornewblock()
242cond_blockchange.wait(lock, [&block]{return latestblock.height != block.height || latestblock.hash… in waitfornewblock()
284cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]{return latestblock.has… in waitforblock()
286cond_blockchange.wait(lock, [&hash]{return latestblock.hash == hash || !IsRPCRunning(); }); in waitforblock()
330cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]{return latestblock.h… in waitforblockheight()
332cond_blockchange.wait(lock, [&height]{return latestblock.height >= height || !IsRPCRunning(); }); in waitforblockheight()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp55 static std::condition_variable cond_blockchange; variable
207 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
240cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]{return latestblock.he… in waitfornewblock()
242cond_blockchange.wait(lock, [&block]{return latestblock.height != block.height || latestblock.hash… in waitfornewblock()
284cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]{return latestblock.has… in waitforblock()
286cond_blockchange.wait(lock, [&hash]{return latestblock.hash == hash || !IsRPCRunning(); }); in waitforblock()
330cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]{return latestblock.h… in waitforblockheight()
332cond_blockchange.wait(lock, [&height]{return latestblock.height >= height || !IsRPCRunning(); }); in waitforblockheight()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/rpc/
H A Dblockchain.cpp55 static std::condition_variable cond_blockchange; variable
207 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
240cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]{return latestblock.he… in waitfornewblock()
242cond_blockchange.wait(lock, [&block]{return latestblock.height != block.height || latestblock.hash… in waitfornewblock()
284cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]{return latestblock.has… in waitforblock()
286cond_blockchange.wait(lock, [&hash]{return latestblock.hash == hash || !IsRPCRunning(); }); in waitforblock()
330cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]{return latestblock.h… in waitforblockheight()
332cond_blockchange.wait(lock, [&height]{return latestblock.height >= height || !IsRPCRunning(); }); in waitforblockheight()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp58 static std::condition_variable cond_blockchange; variable
285 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
317cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ… in waitfornewblock()
319cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc… in waitfornewblock()
362cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU… in waitforblock()
364cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock… in waitforblock()
409cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE… in waitforblockheight()
411cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo… in waitforblockheight()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp58 static std::condition_variable cond_blockchange; variable
285 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
317cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ… in waitfornewblock()
319cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc… in waitfornewblock()
362cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU… in waitforblock()
364cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock… in waitforblock()
409cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE… in waitforblockheight()
411cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo… in waitforblockheight()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/
H A Dblockchain.cpp58 static std::condition_variable cond_blockchange; variable
285 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
317cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ… in waitfornewblock()
319cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc… in waitfornewblock()
362cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU… in waitforblock()
364cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock… in waitforblock()
409cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE… in waitforblockheight()
411cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo… in waitforblockheight()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp61 static std::condition_variable cond_blockchange; variable
279 cond_blockchange.notify_all(); in RPCNotifyBlockChange()
311cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ… in waitfornewblock()
313cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc… in waitfornewblock()
356cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU… in waitforblock()
358cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock… in waitforblock()
403cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE… in waitforblockheight()
405cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo… in waitforblockheight()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp61 static std::condition_variable cond_blockchange;
279 cond_blockchange.notify_all();
311cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ…
313cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc…
356cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU…
358cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock…
403cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE…
405cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo…
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/rpc/
H A Dblockchain.cpp61 static std::condition_variable cond_blockchange;
279 cond_blockchange.notify_all();
311cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&block]() EXCLUSIVE_LOCKS_REQ…
313cond_blockchange.wait(lock, [&block]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestbloc…
356cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&hash]() EXCLUSIVE_LOCKS_REQU…
358cond_blockchange.wait(lock, [&hash]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblock…
403cond_blockchange.wait_for(lock, std::chrono::milliseconds(timeout), [&height]() EXCLUSIVE_LOCKS_RE…
405cond_blockchange.wait(lock, [&height]() EXCLUSIVE_LOCKS_REQUIRED(cs_blockchange) {return latestblo…
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp3492 cond_blockchange.wait_for(lock, std::chrono::milliseconds(300)); in gettransaction()