Searched refs:SHM_LOCK (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 34 #define SHM_LOCK 11 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 28 #define SHM_LOCK 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 34 #define SHM_LOCK 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 34 #define SHM_LOCK 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 34 #define SHM_LOCK 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl07.c | 9 * Test for a SHM_LOCK and SHM_UNLOCK. 26 TEST(shmctl(shm_id, SHM_LOCK, NULL)); in verify_shmlock() 29 tst_res(TFAIL | TTERRNO, "shmctl(%i, SHM_LOCK, NULL)", shm_id); in verify_shmlock() 31 tst_res(TPASS, "shmctl(%i, SHM_LOCK, NULL)", shm_id); in verify_shmlock()
|
H A D | shmctl02.c | 73 {&shm_id3, SHM_LOCK, &buf, EPERM},
|
/third_party/musl/include/sys/ |
H A D | shm.h | 34 #define SHM_LOCK 11 macro
|
/third_party/ltp/lib/ |
H A D | tst_safe_sysv_ipc.c | 31 * The IPC_STAT, IPC_SET, IPC_RMID, SHM_LOCK, SHM_UNLOCK can return either 0 or -1. 39 case SHM_LOCK: in shm_ret_check()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 962 pub const SHM_LOCK: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2440 pub const SHM_LOCK: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1840 pub const SHM_LOCK: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2953 pub const SHM_LOCK: ::c_int = 11; consts
|
Completed in 49 milliseconds