Searched defs:semop (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/ipc/ |
H A D | semop.c | 6 int semop(int id, struct sembuf *buf, size_t n) in semop() function
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | semop.c | 7 int semop(int id, struct sembuf *buf, size_t n) in semop() function
|
/third_party/ltp/include/ |
H A D | time64_variants.h | 53 int (*semop)(int semid, struct sembuf *sops, size_t nsops); member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 222 COND_SYSCALL(semop); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 134 COND_SYSCALL(semop); variable
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1872 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3961 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3920 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4094 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop() functions
|
Completed in 69 milliseconds