Lines Matching +full:shared +full:- +full:memory
7 …formation Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifica…
14 shm_unlink \- remove a shared memory object
26 The \fBshm_unlink()\fR function removes the name of the shared memory object
28 shared memory object exists when the object is unlinked, the name is removed
29 before \fBshm_unlink()\fR returns, but the removal of the memory object
30 contents will be postponed until all open and mapped references to the shared
31 memory object have been removed.
37 the named shared memory object is not affected by this function call.
48 Permission is denied to unlink the named shared memory object.
68 The named shared memory object does not exist.
95 MT-Level MT-Safe