Searched refs:SHM_UNLOCK (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | shm.h | 35 #define SHM_UNLOCK 12 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | shm.h | 29 #define SHM_UNLOCK 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | shm.h | 35 #define SHM_UNLOCK 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | shm.h | 35 #define SHM_UNLOCK 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | shm.h | 35 #define SHM_UNLOCK 12 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl07.c | 9 * 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 D | shmctl02.c | 74 {&shm_id3, SHM_UNLOCK, &buf, EPERM}
|
/third_party/musl/include/sys/ |
H A D | shm.h | 35 #define SHM_UNLOCK 12 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. 40 case SHM_UNLOCK: in shm_ret_check()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 963 pub const SHM_UNLOCK: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2441 pub const SHM_UNLOCK: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1841 pub const SHM_UNLOCK: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2954 pub const SHM_UNLOCK: ::c_int = 12; consts
|
Completed in 43 milliseconds