/third_party/musl/src/ipc/ |
H A D | semtimedop.c | 17 int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts) in semtimedop()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop01.c | 23 static struct sembuf sops[PSEMS];
|
H A D | semop03.c | 39 struct sembuf s_buf = { in do_child()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.h | 288 struct sembuf op[2] = { { sem_num, 0, 0 }, { sem_num, 1, SEM_UNDO } }; in snd_pcm_direct_semaphore_down() 299 struct sembuf op = { sem_num, -1, SEM_UNDO | IPC_NOWAIT }; in snd_pcm_direct_semaphore_up()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 611 int get_semaphore(int sem_id, struct sembuf *sembuffer) in get_semaphore() 619 int put_semaphore(int sem_id, struct sembuf *sembuffer) in put_semaphore() 645 struct sembuf sembuffer; in do_shared()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 528 struct sembuf sb; in request_sem() 539 struct sembuf sb; in waiton_sem() 552 struct sembuf sb; in release_sem()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 611 int get_semaphore(int sem_id, struct sembuf *sembuffer) in get_semaphore() 619 int put_semaphore(int sem_id, struct sembuf *sembuffer) in put_semaphore() 645 struct sembuf sembuffer; in do_shared()
|
/third_party/ltp/include/ |
H A D | tst_safe_sysv_ipc.h | 68 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops,
|
/third_party/ltp/lib/ |
H A D | tst_safe_sysv_ipc.c | 266 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, in safe_semop()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 28 static struct sembuf sops;
|
H A D | semctl06.c | 77 static struct sembuf semops[NSEMS];
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 423 pub struct sembuf { structure names 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/emscripten/ |
H A D | mod.rs | 165 pub struct sembuf { structure names
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 594 pub struct sembuf { structure names 3961 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/ |
H A D | mod.rs | 180 pub struct sembuf { structure names 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/ |
H A D | mod.rs | 281 pub struct sembuf { structure names 4094 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 298 pub struct sembuf { structure names
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 673 pub struct sembuf { structure names 5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
|