MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / before

Method before

test/rrd/bwos_lifo_queue.cpp:256–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 bool seen[5]{};
255
256 void before()
257 {
258 queue.emplace(num_blocks, block_size);
259 owner_count = 0;
260 thief1_count = 0;
261 thief2_count = 0;
262 for (auto& s: seen)
263 {
264 s = false;
265 }
266 }
267
268 void after()
269 {

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected