Searched refs:shared_memory_ (Results 1 – 2 of 2) sorted by relevance
100 : shared_memory_(NULL), in CrashGenerator()124 return reinterpret_cast<pid_t*>(shared_memory_)[index]; in GetThreadId()128 return reinterpret_cast<pid_t*>(shared_memory_) + index; in GetThreadIdPointer()143 shared_memory_ = mapped_memory; in MapSharedMemory()149 if (!shared_memory_) in UnmapSharedMemory()152 if (munmap(shared_memory_, shared_memory_size_) == 0) { in UnmapSharedMemory()153 shared_memory_ = NULL; in UnmapSharedMemory()
109 void* shared_memory_; variable