MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetQueueLength

Method GetQueueLength

src/LightingThread.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160size_t cLightingThread::GetQueueLength(void)
161{
162 cCSLock Lock(m_CS);
163 return m_Queue.size() + m_PendingQueue.size();
164}
165
166
167

Callers 5

ExecuteMethod · 0.45
ExecuteMethod · 0.45
GetChunkStatsMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected