/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 28 static struct sembuf sops; variable 80 sops.sem_num = 4; in child_cnt() 81 sops.sem_flg = 0; in child_cnt() 89 if (semop(sem_id, &sops, 1) != -1) in child_cnt() 97 sops.sem_num = 4; in cnt_setup() 98 sops.sem_flg = 0; in cnt_setup() 103 sops.sem_op = 1; in cnt_setup() 104 SAFE_SEMOP(sem_id, &sops, 1); in cnt_setup() 107 sops.sem_op = opval; in cnt_setup() 129 sops.sem_num = 2; in child_pid() [all …]
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_sem.c | 38 struct sembuf sops; in inc() local 72 sops.sem_num = 0; in inc() 73 sops.sem_op = 1; in inc() 74 sops.sem_flg = 0; in inc() 75 T(semop(semid, &sops, 1)); in inc() 90 struct sembuf sops; in dec() local 96 sops.sem_num = 0; in dec() 97 sops.sem_op = -1; in dec() 98 sops.sem_flg = 0; in dec() 99 T(semop(semid, &sops, 1)); in dec()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop.h | 10 static inline int sys_semtimedop(int semid, struct sembuf *sops, size_t nsops, in sys_semtimedop() argument 13 return tst_syscall(__NR_semtimedop, semid, sops, nsops, timeout); in sys_semtimedop() 16 static inline int sys_semtimedop_time64(int semid, struct sembuf *sops, in sys_semtimedop_time64() argument 19 return tst_syscall(__NR_semtimedop_time64, semid, sops, nsops, timeout); in sys_semtimedop_time64() 35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop() argument 38 return tv->semop(semid, sops, nsops); in call_semop() 40 return tv->semtimedop(semid, sops, nsops, timeout); in call_semop()
|
D | semop01.c | 23 static struct sembuf sops[PSEMS]; variable 40 TEST(call_semop(tv, sem_id, sops, NSEMS, tst_ts_get(tc[n].to))); in run() 85 sops[i].sem_num = i; in setup() 86 sops[i].sem_op = i * i; in setup() 87 sops[i].sem_flg = SEM_UNDO; in setup()
|
/third_party/ltp/include/ |
D | tst_safe_sysv_ipc.h | 68 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, 70 #define SAFE_SEMOP(semid, sops, nsops) \ argument 71 safe_semop(__FILE__, __LINE__, (semid), (sops), (nsops))
|
D | time64_variants.h | 53 int (*semop)(int semid, struct sembuf *sops, size_t nsops); 54 int (*semtimedop)(int semid, struct sembuf *sops, size_t nsops, void *timeout);
|
/third_party/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 266 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, in safe_semop() argument 271 rval = semop(semid, sops, nsops); in safe_semop() 274 "semop(%d, %p, %zu) failed", semid, sops, nsops); in safe_semop() 278 semid, sops, nsops, rval); in safe_semop()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | hda.c | 43 .sops = &simple_hda_ops,
|
D | ac97.c | 42 .sops = &simple_ac97_ops,
|
D | sbase.h | 40 struct sm_elem_ops *sops; member
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1872 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3920 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4094 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3961 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 11353 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 11360 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 11381 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 11389 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 20120 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 20133 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 20172 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani… 20187 …<parameter type-id='type-id-3' name='sops' filepath='../../.././libsanitizer/sanitizer_common/sani…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 50316 struct sembuf *sops; member
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-riverwalk.hdr | 4186 …|o�k�%zX|�c��om�y�c�bdx�i����������JKKJJJKK�L MNMOONOOP�QR�SQoR�vk\SJB�sops�����n�ׯέ��߮����y�t�…
|