Home
last modified time | relevance | path

Searched refs:sem_op (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/tests/
H A Dsys_sem_test.cpp56 sembuf ops[] = {{ .sem_num = 0, .sem_op = 1, .sem_flg = 0 }}; in TEST()
62 ops[0] = { .sem_num = 0, .sem_op = 0, .sem_flg = 0 }; in TEST()
69 ops[0] = { .sem_num = 0, .sem_op = -1, .sem_flg = 0 }; in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dsys_sem_h.c68 STRUCT_MEMBER(struct sembuf, short, sem_op); in sys_sem_h()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsem.h46 short sem_op; member