Home
last modified time | relevance | path

Searched defs:sembuf (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h49 struct sembuf { struct
57 int semop(int, struct sembuf *, size_t); argument
/third_party/musl/include/sys/
Dsem.h49 struct sembuf { struct
57 int semop(int, struct sembuf *, size_t); argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h49 struct sembuf { struct
57 int semop(int, struct sembuf *, size_t); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h49 struct sembuf { struct
57 int semop(int, struct sembuf *, size_t); argument
/third_party/musl/ndk_musl_include/sys/
Dsem.h49 struct sembuf { struct
57 int semop(int, struct sembuf *, size_t); argument
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1872 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/
Dmod.rs4094 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3961 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/
Dmod.rs3920 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/
Dmod.rs5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h39192 struct sembuf { struct
39193 short unsigned int sem_num;
39194 short int sem_op;
39195 short int sem_flg;