Home
last modified time | relevance | path

Searched refs:shm_id1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl02.c39 static int shm_id1 = -1; variable
63 {&shm_id1, IPC_STAT, &buf, EACCES},
119 shm_id1 = SAFE_SHMGET(shmkey1, SHM_SIZE, IPC_CREAT | IPC_EXCL); in setup()
128 if (shm_id1 >= 0) in cleanup()
129 SAFE_SHMCTL(shm_id1, IPC_RMID, NULL); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat02.c27 static int shm_id1 = -1; variable
40 {&shm_id1, &aligned_addr, EINVAL, 0},

Completed in 1 milliseconds