MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / empty

Method empty

Source/ThirdParty/tracy/client/tracy_SPSCQueue.h:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 bool empty() const noexcept {
116 return writeIdx_.load(std::memory_order_acquire) ==
117 readIdx_.load(std::memory_order_acquire);
118 }
119
120 size_t capacity() const noexcept { return capacity_ - 1; }
121

Callers 14

InitKernelSymbolsFunction · 0.45
CompressWorkerMethod · 0.45
DequeueSerialMethod · 0.45
ReadChannelInfoFunction · 0.45
ParseEXRHeaderFunction · 0.45
ConvertHeaderFunction · 0.45
DecodeEXRImageFunction · 0.45
ChannelsInLayerFunction · 0.45
ParseEXRHeaderFromMemoryFunction · 0.45
EncodeChunkFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected