Searched refs:SAFE_SEMCTL (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | sem_comm.c | 50 SAFE_SEMCTL(id, 0, SETVAL, su); in chld1_sem() 58 SAFE_SEMCTL(id, 0, IPC_RMID); in chld1_sem() 77 SAFE_SEMCTL(id, 0, SETVAL, su); in chld2_sem() 93 SAFE_SEMCTL(id, 0, IPC_RMID); in chld2_sem()
|
D | semtest_2ns.c | 64 SAFE_SEMCTL(id, IPC_RMID, 0); in check_sem1() 133 SAFE_SEMCTL(id, IPC_RMID, 0); in cleanup()
|
D | sem_nstest.c | 76 SAFE_SEMCTL(ipc_id, IPC_RMID, 0); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semget/ |
D | semget01.c | 28 SAFE_SEMCTL(sem_id, 0, IPC_STAT, un_arg); in check_functionality() 46 SAFE_SEMCTL(sem_id, PSEMS, IPC_RMID); in verify_semget() 57 SAFE_SEMCTL(sem_id, PSEMS, IPC_RMID); in cleanup()
|
D | semget05.c | 68 SAFE_SEMCTL(sem_id_arr[num], PSEMS, IPC_RMID); in cleanup()
|
D | semget02.c | 91 SAFE_SEMCTL(sem_id, PSEMS, IPC_RMID); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 57 SAFE_SEMCTL(sem_id, 0, IPC_STAT, (union semun)&buf); in func_set() 186 SAFE_SEMCTL(sem_id, 0, GETALL, (union semun)rarray); in func_sall() 199 int semv = SAFE_SEMCTL(sem_id, 4, GETVAL); in func_sval() 284 rval = SAFE_SEMCTL(*(tc->semid), tc->semnum, tc->cmd, tc->arg); in verify_semctl() 306 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl02.c | 47 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl05.c | 60 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl04.c | 78 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl03.c | 104 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl09.c | 215 SAFE_SEMCTL(sem_id, 0, IPC_RMID); in cleanup()
|
D | semctl07.c | 144 SAFE_SEMCTL(semid, 0, IPC_RMID); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop04.c | 74 SAFE_SEMCTL(semid, 0, SETVAL, semunion); in run()
|
/third_party/ltp/include/ |
D | tst_safe_sysv_ipc.h | 62 #define SAFE_SEMCTL(semid, semnum, cmd, ...) ({ \ macro
|