Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsys_sem.cpp60 int semop(int id, sembuf* ops, size_t op_count) { in semop()
64 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/sound/
Dasoc.h189 struct snd_soc_tplg_io_ops ops; member