Load counters for the global immutable CPU executor.

Synopsis

Declared in <folly/executors/GlobalExecutor.h>

struct GlobalCPUExecutorCounters;

Data Members

Name

Description

numActiveThreads

Number of threads currently active (running but possibly waiting for tasks).

numPendingTasks

Number of tasks pending execution in the executor's queue.

numThreads

Maximum number of threads that the executor can run concurrently.

Non-Member Functions

Name

Description

getGlobalCPUExecutorCounters

methodset Executors

Created with MrDocs