Searched defs:shmat (Results 1 – 10 of 10) sorted by relevance
/external/strace/ |
D | ipc_shm.c | 80 SYS_FUNC(shmat) in SYS_FUNC() argument
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1478 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 723 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1399 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1219 TEST(MemorySanitizer, shmat) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 1313 TEST(MemorySanitizer, shmat) { in TEST() argument
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2326 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3520 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3043 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3936 pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void; in shmat() function
|