Home
last modified time | relevance | path

Searched refs:sembuf (Results 26 - 43 of 43) sorted by relevance

12

/third_party/musl/src/ipc/
H A Dsemtimedop.c17 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 Dsemop01.c23 static struct sembuf sops[PSEMS];
H A Dsemop03.c39 struct sembuf s_buf = { in do_child()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.h288 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 Dtinjpage.c611 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 Dpage-poisoning.c528 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 Dtinjpage.c611 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 Dtst_safe_sysv_ipc.h68 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops,
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c266 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 Dsemctl01.c28 static struct sembuf sops;
H A Dsemctl06.c77 static struct sembuf semops[NSEMS];
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs423 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 Dmod.rs165 pub struct sembuf { structure names
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs594 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 Dmod.rs180 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 Dmod.rs281 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 Dmod.rs298 pub struct sembuf { structure names
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs673 pub struct sembuf { structure names
5148 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()

Completed in 80 milliseconds

12