Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h35 #define SHM_UNLOCK 12 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h29 #define SHM_UNLOCK 12 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h35 #define SHM_UNLOCK 12 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h35 #define SHM_UNLOCK 12 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h35 #define SHM_UNLOCK 12 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl07.c9 * Test for a SHM_LOCK and SHM_UNLOCK.
41 TEST(shmctl(shm_id, SHM_UNLOCK, NULL)); in verify_shmlock()
44 tst_res(TFAIL | TTERRNO, "shmctl(%i, SHM_UNLOCK, NULL)", shm_id); in verify_shmlock()
46 tst_res(TPASS, "shmctl(%i, SHM_UNLOCK, NULL)", shm_id); in verify_shmlock()
H A Dshmctl02.c74 {&shm_id3, SHM_UNLOCK, &buf, EPERM}
/third_party/musl/include/sys/
H A Dshm.h35 #define SHM_UNLOCK 12 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.
40 case SHM_UNLOCK: in shm_ret_check()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs963 pub const SHM_UNLOCK: ::c_int = 12; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2441 pub const SHM_UNLOCK: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1841 pub const SHM_UNLOCK: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2954 pub const SHM_UNLOCK: ::c_int = 12; consts

Completed in 43 milliseconds