Home
last modified time | relevance | path

Searched refs:shm_object (Results 1 – 1 of 1) sorted by relevance

/external/stressapptest/src/
Dos.cc565 int shm_object; in AllocateTestMem() local
568 shm_object = shm_open("/stressapptest", O_CREAT | O_RDWR, S_IRWXU); in AllocateTestMem()
569 if (shm_object < 0) { in AllocateTestMem()
578 if (0 > ftruncate(shm_object, length)) { in AllocateTestMem()
596 shm_object, 0); in AllocateTestMem()
608 shmid_ = shm_object; in AllocateTestMem()
617 shm_object, location_message); in AllocateTestMem()