Searched defs:semop (Results 1 - 8 of 8) 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
|
/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 51 milliseconds