Searched refs:am_notify_client_shmat (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_aspacemgr.h165 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c2130 d = VG_(am_notify_client_shmat)( RES, VG_PGROUNDUP(segmentSize), prot );
H A Dsyswrap-generic.c1800 d = VG_(am_notify_client_shmat)( res, segmentSize, prot );
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-aix5.c1781 VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot ) function
1792 AM_SANITY_CHECK("am_notify_client_shmat");
H A Daspacemgr-linux.c2049 VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot ) function

Completed in 100 milliseconds