20 #ifndef MIR_CORE_ANONYMOUS_SHM_FILE_H_ 21 #define MIR_CORE_ANONYMOUS_SHM_FILE_H_ 40 int fd()
const override;
45 std::unique_ptr<MapHandle>
const mapping;
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: blob.h:26
Definition: shm_file.h:28
AnonymousShmFile(size_t size)
~AnonymousShmFile() noexcept
void * base_ptr() const override
Definition: anonymous_shm_file.h:33