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

Method GetPending

lib/base/threadpool.hpp:87–90  ·  view source on GitHub ↗

* Returns the amount of queued tasks not started yet. * * @returns amount of queued tasks. */

Source from the content-addressed store, hash-verified

85 * @returns amount of queued tasks.
86 */
87 inline uint_fast64_t GetPending()
88 {
89 return m_Pending.load();
90 }
91
92private:
93 boost::shared_mutex m_Mutex;

Callers 2

ScriptFuncMethod · 0.80
StatsFuncMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected