Home
last modified time | relevance | path

Searched refs:GETVAL (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ipc/
H A Dsemtimedop.c52 semctl(id, 0, GETVAL); in semtimedop_0100()
57 semctl(id, 0, GETVAL); in semtimedop_0100()
75 semctl(id, 0, GETVAL); in semtimedop_0100()
83 semctl(id, 0, GETVAL); in semtimedop_0100()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c199 int semv = SAFE_SEMCTL(sem_id, 4, GETVAL); in func_sval()
253 {&sem_id, 2, GETVAL, func_gval, SEMUN_CAST & buf, NULL},
289 case GETVAL: in verify_semctl()
H A Dsemctl07.c18 * - semctl() with SETVAL and GETVAL
75 if ((status = semctl(semid, 0, GETVAL)) < 0) in verify_semctl()
76 tst_res(TFAIL | TERRNO, "semctl(GETVAL)"); in verify_semctl()
78 tst_res(TPASS, "semctl(GETVAL) succeeded"); in verify_semctl()
87 if ((status = semctl(semid, 0, GETVAL)) < 0) in verify_semctl()
88 tst_res(TFAIL | TERRNO, "semctl(GETVAL)"); in verify_semctl()
90 tst_res(TPASS, "semctl(GETVAL) succeeded"); in verify_semctl()
93 tst_res(TFAIL, "semctl(GETVAL) returned %d expected %d", in verify_semctl()
96 tst_res(TPASS, "semctl(GETVAL) returned %d", status); in verify_semctl()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c76 T(semval = semctl(semid, 0, GETVAL)); in inc()
100 T(semval = semctl(semid, 0, GETVAL)); in dec()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg02.c95 semval = semctl(sem_id, 0, GETVAL); in client()
117 semval = semctl(sem_id, 0, GETVAL); in server()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsem.h21 #define GETVAL 12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h21 #define GETVAL 12 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h21 #define GETVAL 12 macro
/third_party/musl/include/sys/
H A Dsem.h21 #define GETVAL 12 macro
/third_party/musl/libc-test/src/api/
H A Dsys_sem.c13 C(GETVAL) in f()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c169 if (semctl(sem_id, 1, GETVAL) == 0) in main()
/third_party/toybox/toys/pending/
H A Dipcs.c107 val = semctl(TT.id, i, GETVAL, n); in show_sem_id()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4580 pub const GETVAL: ::c_int = 5; consts

Completed in 18 milliseconds