Searched refs:procmem (Results 1 – 1 of 1) sorted by relevance
94 std::string procmem = tfm::format("/proc/%d/mem", pid_.value()); in add_to_semaphore() local95 int memfd = ::open(procmem.c_str(), O_RDWR); in add_to_semaphore()