Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
KernelNotifications Member List

This is the complete list of members for KernelNotifications, including all inherited members.

blockTip(SynchronizationState state, const CBlockIndex &index, double verification_progress) override EXCLUSIVE_LOCKS_REQUIRED(!m_tip_block_mutex)KernelNotificationsvirtual
fatalError(const bilingual_str &message) overrideKernelNotificationsvirtual
flushError(const bilingual_str &message) overrideKernelNotificationsvirtual
GUARDED_BY(m_tip_block_mutex)KernelNotifications
GUARDED_BY(m_tip_block_mutex)KernelNotifications
headerTip(SynchronizationState state, int64_t height, int64_t timestamp, bool presync) overrideKernelNotificationsvirtual
KernelNotifications(const std::function< bool()> &shutdown_request, std::atomic< int > &exit_status, node::Warnings &warnings)KernelNotificationsinline
m_exit_statusKernelNotificationsprivate
m_shutdown_on_fatal_errorKernelNotifications
m_shutdown_requestKernelNotificationsprivate
m_stop_at_heightKernelNotifications
m_tip_block_mutexKernelNotifications
m_warningsKernelNotificationsprivate
progress(const bilingual_str &title, int progress_percent, bool resume_possible) overrideKernelNotificationsvirtual
setChainstateLoaded(bool chainstate_loaded) EXCLUSIVE_LOCKS_REQUIRED(!m_tip_block_mutex)KernelNotificationsinline
TipBlock() EXCLUSIVE_LOCKS_REQUIRED(m_tip_block_mutex)KernelNotifications
warningSet(kernel::Warning id, const bilingual_str &message) overrideKernelNotificationsvirtual
warningUnset(kernel::Warning id) overrideKernelNotificationsvirtual
~Notifications()=defaultkernel::Notificationsvirtual