Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for CScheduler, including all inherited members.
AreThreadsServicingQueue() const EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
CScheduler() | CScheduler | |
Function typedef | CScheduler | |
getQueueInfo(std::chrono::steady_clock::time_point &first, std::chrono::steady_clock::time_point &last) const EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
GUARDED_BY(newTaskMutex) | CScheduler | private |
GUARDED_BY(newTaskMutex) | CScheduler | inlineprivate |
GUARDED_BY(newTaskMutex) | CScheduler | inlineprivate |
GUARDED_BY(newTaskMutex) | CScheduler | inlineprivate |
m_service_thread | CScheduler | |
MockForward(std::chrono::seconds delta_seconds) EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
newTaskMutex | CScheduler | mutableprivate |
newTaskScheduled | CScheduler | private |
Predicate typedef | CScheduler | |
schedule(Function f, std::chrono::steady_clock::time_point t) EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
scheduleEvery(Predicate p, std::chrono::milliseconds delta) EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
scheduleFromNow(Function f, std::chrono::milliseconds delta) EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | inline |
serviceQueue() EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | |
shouldStop() const EXCLUSIVE_LOCKS_REQUIRED(newTaskMutex) | CScheduler | inlineprivate |
stop() EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | inline |
StopWhenDrained() EXCLUSIVE_LOCKS_REQUIRED(!newTaskMutex) | CScheduler | inline |
~CScheduler() | CScheduler |