Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsem.h33 #define SEM_INFO 19 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsem.h33 #define SEM_INFO 19 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsem.h33 #define SEM_INFO 19 macro
/third_party/musl/include/sys/
H A Dsem.h33 #define SEM_INFO 19 macro
/third_party/musl/src/ipc/
H A Dsemctl.c25 case IPC_INFO: case SEM_INFO: in semctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemctl.c26 case IPC_INFO: case SEM_INFO: in semctl()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl09.c9 * Call semctl() with SEM_INFO flag and check that:
22 * Also note that for SEM_INFO the members of the seminfo structure have
147 TEST(semctl(sem_id, 0, SEM_INFO, arg)); in verify_semctl()
150 tst_res(TFAIL | TTERRNO, "semctl(sem_id, 0, SEM_INFO, ...)"); in verify_semctl()
161 tst_res(TFAIL | TERRNO, "SEM_INFO haven't returned a valid index"); in verify_semctl()
163 tst_res(TPASS, "SEM_INFO returned valid index %li to semid %i", in verify_semctl()
H A Dsemctl01.c258 {&sem_id, 0, SEM_INFO, func_sinfo, SEMUN_CAST & ipc_buf, NULL},
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c246 case SEM_INFO: in safe_semctl()
/third_party/toybox/toys/pending/
H A Dipcs.c259 if ((max_nr = semctl(0, 0, SEM_INFO, u)) < 0) { in sem_array()

Completed in 5 milliseconds