Home
last modified time | relevance | path

Searched refs:GETNCNT (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c251 {&sem_id, 4, GETNCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
272 case GETNCNT: in verify_semctl()
286 case GETNCNT: in verify_semctl()
299 if (tc->cmd == GETNCNT || tc->cmd == GETZCNT) in verify_semctl()
H A Dsemctl07.c20 * - semctl() with GETNCNT and GETZCNT
111 if ((status = semctl(semid, 0, GETNCNT)) < 0) in verify_semctl()
112 tst_res(TFAIL | TERRNO, "semctl(GETNCNT)"); in verify_semctl()
114 tst_res(TPASS, "semctl(GETNCNT) succeeded"); in verify_semctl()
117 tst_res(TFAIL, "semctl(GETNCNT) returned %d expected 0", in verify_semctl()
120 tst_res(TPASS, "semctl(GETNCNT) returned 0"); in verify_semctl()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsem.h23 #define GETNCNT 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h23 #define GETNCNT 14 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h23 #define GETNCNT 14 macro
/third_party/musl/include/sys/
H A Dsem.h23 #define GETNCNT 14 macro
/third_party/musl/libc-test/src/api/
H A Dsys_sem.c11 C(GETNCNT) in f()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c80 T(semncnt = semctl(semid, 0, GETNCNT)); in inc()
/third_party/toybox/toys/pending/
H A Dipcs.c108 nc = semctl(TT.id, i, GETNCNT, n); in show_sem_id()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4578 pub const GETNCNT: ::c_int = 3; consts

Completed in 17 milliseconds