Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c100 * 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 Dsemctl07.c20 * - 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 Dsem.h24 #define GETZCNT 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h24 #define GETZCNT 15 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h24 #define GETZCNT 15 macro
/third_party/musl/include/sys/
H A Dsem.h24 #define GETZCNT 15 macro
/third_party/musl/libc-test/src/api/
H A Dsys_sem.c15 C(GETZCNT) in f()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c82 T(semzcnt = semctl(semid, 0, GETZCNT)); in inc()
/third_party/toybox/toys/pending/
H A Dipcs.c109 zc = semctl(TT.id, i, GETZCNT, n); in show_sem_id()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4582 pub const GETZCNT: ::c_int = 7; consts

Completed in 16 milliseconds