Searched refs:SEM_INFO (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | sem.h | 33 #define SEM_INFO 19 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | sem.h | 33 #define SEM_INFO 19 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | sem.h | 33 #define SEM_INFO 19 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | sem.h | 33 #define SEM_INFO 19 macro
|
/third_party/musl/include/sys/ |
D | sem.h | 33 #define SEM_INFO 19 macro
|
/third_party/musl/src/ipc/ |
D | semctl.c | 23 case IPC_INFO: case SEM_INFO: in semctl()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | semctl.c | 26 case IPC_INFO: case SEM_INFO: in semctl()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl09.c | 147 TEST(semctl(sem_id, 0, SEM_INFO, arg)); in verify_semctl()
|
D | semctl01.c | 258 {&sem_id, 0, SEM_INFO, func_sinfo, SEMUN_CAST & ipc_buf, NULL},
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 259 if ((max_nr = semctl(0, 0, SEM_INFO, u)) < 0) { in sem_array()
|