Home
last modified time | relevance | path

Searched refs:SHM_LOCK (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h34 #define SHM_LOCK 11 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h28 #define SHM_LOCK 11 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h34 #define SHM_LOCK 11 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h34 #define SHM_LOCK 11 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h34 #define SHM_LOCK 11 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl07.c9 * 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 Dshmctl02.c73 {&shm_id3, SHM_LOCK, &buf, EPERM},
/third_party/musl/include/sys/
H A Dshm.h34 #define SHM_LOCK 11 macro
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c31 * 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 Dmod.rs962 pub const SHM_LOCK: ::c_int = 11; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2440 pub const SHM_LOCK: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1840 pub const SHM_LOCK: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2953 pub const SHM_LOCK: ::c_int = 11; consts

Completed in 49 milliseconds