HomeSort by relevance Sort by last modified time
    Searched full:shm_object (Results 1 - 1 of 1) sorted by null

  /external/stressapptest/src/
os.cc 487 int shm_object; local
490 shm_object = shm_open("/stressapptest", O_CREAT | O_RDWR, S_IRWXU);
491 if (shm_object < 0) {
500 if (0 > ftruncate(shm_object, length)) {
518 shm_object, NULL);
530 shmid_ = shm_object;
539 shm_object, location_message);

Completed in 4578 milliseconds