MCPcopy Create free account
hub / github.com/Icinga/icinga2 / IsLockable

Method IsLockable

lib/base/wait-group.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool StoppableWaitGroup::IsLockable() const
31{
32 return !m_Stopped.load(std::memory_order_relaxed);
33}
34
35/**
36 * Disallow new shared locks, wait for all existing ones.

Callers 4

HandleRequestMethod · 0.80
HandleRequestMethod · 0.80
HandleRequestMethod · 0.80
ProcessMessagesMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected