Searched refs:shm_id1 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c20 int shm_id1; variable
38 cptr1 = (int *)shmat(shm_id1, NULL, 0);
119 shm_id1 = shmget(IPC_PRIVATE, sizeof(int), 0777|IPC_CREAT);
131 pptr1 = (int *)shmat(shm_id1, NULL, 0);
141 shmctl(shm_id1, IPC_RMID, NULL);
149 shmctl(shm_id1, IPC_RMID, NULL);

Completed in 186 milliseconds