clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::BackgroundQueue::Stats Struct Reference

#include <Background.h>

Public Attributes

unsigned Enqueued = 0
 
unsigned Active = 0
 
unsigned Completed = 0
 
unsigned LastIdle = 0
 

Detailed Description

Definition at line 86 of file Background.h.

Member Data Documentation

◆ Active

unsigned clang::clangd::BackgroundQueue::Stats::Active = 0

◆ Completed

unsigned clang::clangd::BackgroundQueue::Stats::Completed = 0

Definition at line 89 of file Background.h.

Referenced by clang::clangd::BackgroundQueue::work().

◆ Enqueued

unsigned clang::clangd::BackgroundQueue::Stats::Enqueued = 0

◆ LastIdle

unsigned clang::clangd::BackgroundQueue::Stats::LastIdle = 0

Definition at line 90 of file Background.h.

Referenced by clang::clangd::BackgroundQueue::work().


The documentation for this struct was generated from the following file: