Searched refs:SharedMemoryName (Results 1 – 2 of 2) sorted by relevance
59 std::string SharedMemoryName; in reserve() local64 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()69 reinterpret_cast<const uint8_t *>(SharedMemoryName.c_str()), in reserve()70 SharedMemoryName.size()); in reserve()83 shm_open(SharedMemoryName.c_str(), O_RDWR | O_CREAT | O_EXCL, 0700); in reserve()100 std::string SharedMemoryName; in reserve()105 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()108 std::wstring WideSharedMemoryName(SharedMemoryName.begin(), in reserve()109 SharedMemoryName.end()); in reserve()134 std::move(SharedMemoryName)); in reserve()
249 std::string SharedMemoryName; in reserve() local250 std::tie(RemoteAddr, SharedMemoryName) = std::move(*Result); in reserve()258 reinterpret_cast<const uint8_t *>(SharedMemoryName.c_str()), in reserve()259 SharedMemoryName.size()); in reserve()274 int SharedMemoryFile = shm_open(SharedMemoryName.c_str(), O_RDWR, 0700); in reserve()280 shm_unlink(SharedMemoryName.c_str()); in reserve()293 std::wstring WideSharedMemoryName(SharedMemoryName.begin(), in reserve()294 SharedMemoryName.end()); in reserve()