Home
last modified time | relevance | path

Searched defs:TimeoutQueue (Results 1 – 5 of 5) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTimeoutQueueTest.cpp23 TEST(TimeoutQueue, Simple) { in TEST() argument
49 TEST(TimeoutQueue, Erase) { in TEST() argument
74 TEST(TimeoutQueue, RunOnceRepeating) { in TEST() argument
94 TEST(TimeoutQueue, RunOnceReschedule) { in TEST() argument
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Event/
H A DTimerManager.hs85 type TimeoutQueue = Q.PSQ TimeoutCallback function
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DTimeoutQueue.h45 TimeoutQueue() : nextId_(1) {} in TimeoutQueue() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DTimeoutQueue.h45 TimeoutQueue() : nextId_(1) {} in TimeoutQueue() function
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/utils/
H A Dstructures.py308 class TimeoutQueue(object): class