MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / execInit

Method execInit

src/IO/Writer/Module/AsyncWriter.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16std::mutex AsyncWriter::globalLock = std::mutex();
17
18void AsyncWriter::execInit(const async::ExecInfo& info, const AsyncWriterInit& params) {
19 // (do nothing here)
20}
21void AsyncWriter::exec(const async::ExecInfo& info, const AsyncWriterExec& params) {
22 const void* data = info.buffer(PlanId);
23 const size_t size = info.bufferSize(PlanId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected