Searched refs:GETNCNT (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 251 {&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 D | semctl07.c | 20 * - 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 D | sem.h | 23 #define GETNCNT 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sem.h | 23 #define GETNCNT 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sem.h | 23 #define GETNCNT 14 macro
|
/third_party/musl/include/sys/ |
H A D | sem.h | 23 #define GETNCNT 14 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_sem.c | 11 C(GETNCNT) in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 80 T(semncnt = semctl(semid, 0, GETNCNT)); in inc()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 108 nc = semctl(TT.id, i, GETNCNT, n); in show_sem_id()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4578 pub const GETNCNT: ::c_int = 3; consts
|
Completed in 17 milliseconds