Home | History | Annotate | Download | only in base

Lines Matching defs:SharedMemory

43 class BASE_API SharedMemory {
45 SharedMemory();
51 explicit SharedMemory(const std::wstring& name);
54 // Create a new SharedMemory object from an existing, open
56 SharedMemory(SharedMemoryHandle handle, bool read_only);
58 // Create a new SharedMemory object from an existing, open
61 SharedMemory(SharedMemoryHandle handle, bool read_only,
65 ~SharedMemory();
212 DISALLOW_COPY_AND_ASSIGN(SharedMemory);
219 explicit SharedMemoryAutoLock(SharedMemory* shared_memory)
229 SharedMemory* shared_memory_;