Searched refs:call_semop (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop.h | 34 static inline int call_semop(struct time64_variants *tv, int semid, in call_semop() function 46 TEST(call_semop(tv, 0, NULL, 0, NULL)); in semop_supported_by_kernel()
|
D | semop01.c | 40 TEST(call_semop(tv, sem_id, sops, NSEMS, tst_ts_get(tc[n].to))); in run()
|
D | semop03.c | 45 TEST(call_semop(tv, sem_id, &s_buf, 1, tst_ts_get(&timeout))); in do_child()
|
D | semop02.c | 140 TEST(call_semop(tv, *(tc[i].semid), ptr, tc[i].t_ops, to)); in run()
|