Searched defs:PRSharedMemory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprshm.h71 ** segment after detaching the same PRSharedMemory object. Be
78 ** PRSharedMemory object is required within a process. Following a
79 ** call to PR_CloseSharedMemory() the PRSharedMemory object is
148 ** Declare opaque type PRSharedMemory.
150 typedef struct PRSharedMemory PRSharedMemory; typedef in typeref:struct:PRSharedMemory
166 ** related PRSharedMemory structure is returned.
169 ** pointer to a PRSharedMemory is returned. If the shared memory does
182 ** RETURNS: Pointer to opaque structure PRSharedMemory or NULL.
187 NSPR_API( PRSharedMemory * )
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h2004 ** Declare PRSharedMemory.
2006 struct PRSharedMemory struct
2025 extern PRSharedMemory * _MD_OpenSharedMemory(
2033 extern void * _MD_AttachSharedMemory( PRSharedMemory *shm, PRIntn flags );
2036 extern PRStatus _MD_DetachSharedMemory( PRSharedMemory *shm, void *addr );
2039 extern PRStatus _MD_CloseSharedMemory( PRSharedMemory *shm );

Completed in 497 milliseconds