Searched refs:SETALL (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_safe_sysv_ipc.c | 48 * The IPC_STAT, IPC_SET, IPC_RMID, SETALL, SETVAL can return either 0 or -1. 56 case SETALL: in sem_ret_check() 240 case SETALL: in safe_semctl()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sem.h | 26 #define SETALL 17 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sem.h | 26 #define SETALL 17 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sem.h | 26 #define SETALL 17 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl05.c | 36 {0, SETALL, {.array = big_arr}, "the value to set are too large"},
|
H A D | semctl01.c | 255 {&sem_id, 0, SETALL, func_sall, SEMUN_CAST array, sall_setup},
|
/third_party/musl/include/sys/ |
H A D | sem.h | 26 #define SETALL 17 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_sem.c | 17 C(SETALL) in f()
|
/third_party/musl/src/ipc/ |
H A D | semctl.c | 24 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | semctl.c | 25 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4584 pub const SETALL: ::c_int = 9; consts
|
Completed in 24 milliseconds