Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dsys_sem.cpp59 int semop(int id, sembuf* ops, size_t op_count) { in semop()
63 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop()
/bionic/tests/
Dsys_sem_test.cpp56 sembuf ops[] = {{ .sem_num = 0, .sem_op = 1, .sem_flg = 0 }}; in TEST() local
/bionic/libc/kernel/uapi/linux/
Dio_uring.h204 struct io_uring_probe_op ops[0]; member
/bionic/libc/kernel/uapi/sound/
Dasoc.h189 struct snd_soc_tplg_io_ops ops; member