Home | History | Annotate | Download | only in fio

Lines Matching refs:shm_id

283 		shmctl(shm_id, IPC_RMID, &sbuf);
284 shm_id = -1;
335 shm_id = shmget(0, size, IPC_CREAT | 0600);
336 if (shm_id != -1)
352 if (shm_id == -1)
355 threads = shmat(shm_id, NULL, 0);