Home
last modified time | relevance | path

Searched defs:semop (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/ipc/
H A Dsemop.c6 int semop(int id, struct sembuf *buf, size_t n) in semop() function
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemop.c7 int semop(int id, struct sembuf *buf, size_t n) in semop() function
/third_party/ltp/include/
H A Dtime64_variants.h53 int (*semop)(int semid, struct sembuf *sops, size_t nsops); member
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1872 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 Dmod.rs3961 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 Dmod.rs3920 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 Dmod.rs4094 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 Dmod.rs5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop() functions

Completed in 51 milliseconds