| 393 | struct Data |
| 394 | { |
| 395 | Data() |
| 396 | : readEnd(Reader::OPEN), writeEnd(Writer::OPEN) {} |
| 397 | |
| 398 | // Rather than use a process to serialize access to the pipe's |
| 399 | // internal data we use a 'std::atomic_flag'. |
nothing calls this directly
no outgoing calls
no test coverage detected