Searched refs:GETZCNT (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 100 * if seting up for GETZCNT, the semaphore value needs to be positive in cnt_setup() 254 {&sem_id, 4, GETZCNT, func_cnt, SEMUN_CAST & buf, cnt_setup}, 275 case GETZCNT: in verify_semctl() 287 case GETZCNT: 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 122 if ((status = semctl(semid, 0, GETZCNT)) < 0) in verify_semctl() 123 tst_res(TFAIL | TERRNO, "semctl(GETZCNT)"); in verify_semctl() 125 tst_res(TPASS, "semctl(GETZCNT) succeeded"); in verify_semctl() 130 tst_res(TPASS, "semctl(GETZCNT) succeeded 0"); in verify_semctl()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sem.h | 24 #define GETZCNT 15 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sem.h | 24 #define GETZCNT 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sem.h | 24 #define GETZCNT 15 macro
|
/third_party/musl/include/sys/ |
H A D | sem.h | 24 #define GETZCNT 15 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_sem.c | 15 C(GETZCNT) in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 82 T(semzcnt = semctl(semid, 0, GETZCNT)); in inc()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 109 zc = semctl(TT.id, i, GETZCNT, n); in show_sem_id()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4582 pub const GETZCNT: ::c_int = 7; consts
|
Completed in 16 milliseconds