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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprshm.h58 ** given in the PR_OpenSharedMemory() call, a protocol for using the
62 ** PR_OpenSharedMemory() will create the shared memory segment, if it
67 ** PR_OpenSharedMemory() to map the memory segment to an address in
88 ** The name passed to PR_OpenSharedMemory() should be a valid filename
89 ** for a unix platform. PR_OpenSharedMemory() creates file using the
103 ** All names provided to PR_OpenSharedMemory() should be valid
138 #define PR_OpenSharedMemory VBoxNsprPR_OpenSharedMemory macro
153 ** FUNCTION: PR_OpenSharedMemory()
156 ** PR_OpenSharedMemory() creates a new shared-memory segment or
188 PR_OpenSharedMemory(
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprshm.c91 ** FUNCTION: PR_OpenSharedMemory()
95 PR_OpenSharedMemory( function
104 } /* end PR_OpenSharedMemory() */

Completed in 32 milliseconds