Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dos.cc580 int shm_object; in AllocateTestMem() local
583 shm_object = shm_open("/stressapptest", O_CREAT | O_RDWR, S_IRWXU); in AllocateTestMem()
584 if (shm_object < 0) { in AllocateTestMem()
593 if (0 > ftruncate(shm_object, length)) { in AllocateTestMem()
611 shm_object, 0); in AllocateTestMem()
623 shmid_ = shm_object; in AllocateTestMem()
632 shm_object, location_message); in AllocateTestMem()