Searched refs:PR_OpenSharedMemory (Results 1 - 5 of 5) 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() */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnameshm1.c155 shm = PR_OpenSharedMemory( optName, optSize, (PR_SHM_CREATE | PR_SHM_EXCL), SHM_MODE );
231 shm = PR_OpenSharedMemory( optName, optSize, (PR_SHM_CREATE | PR_SHM_EXCL), SHM_MODE);
318 shm = PR_OpenSharedMemory( optName, optSize, 0, SHM_MODE );
419 shm = PR_OpenSharedMemory( optName, optSize, (PR_SHM_CREATE | PR_SHM_EXCL), SHM_MODE);
H A Dsemapong.c85 shm = PR_OpenSharedMemory(SHM_NAME, sizeof(*counter_addr), 0, 0666);
87 fprintf(stderr, "PR_OpenSharedMemory failed (%d, %d)\n",
H A Dsemaping.c105 shm = PR_OpenSharedMemory(SHM_NAME, sizeof(*counter_addr), PR_SHM_CREATE, SHM_MODE);
107 fprintf(stderr, "PR_OpenSharedMemory failed (%d, %d)\n",

Completed in 46 milliseconds