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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprshm.h66 ** PR_AttachSharedMemory() should be called following
70 ** PR_AttachSharedMemory() may be called to re-map a shared memory
139 #define PR_AttachSharedMemory VBoxNsprPR_AttachSharedMemory macro
199 ** FUNCTION: PR_AttachSharedMemory()
202 ** PR_AttachSharedMemory() maps the shared-memory described by
222 PR_AttachSharedMemory(
226 /* Define values for PR_AttachSharedMemory(...,flags) */
242 ** PR_AttachSharedMemory() is unmapped.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprshm.c107 ** FUNCTION: PR_AttachSharedMemory()
111 PR_AttachSharedMemory( function
117 } /* end PR_AttachSharedMemory() */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnameshm1.c166 addr = PR_AttachSharedMemory( shm , 0 );
243 roAddr = PR_AttachSharedMemory( shm , PR_SHM_READONLY );
330 addr = PR_AttachSharedMemory( shm , 0 );
430 addr = PR_AttachSharedMemory( shm , 0 );
H A Dsemapong.c104 counter_addr = PR_AttachSharedMemory(shm, 0);
106 fprintf(stderr, "PR_AttachSharedMemory failed\n");
H A Dsemaping.c111 counter_addr = PR_AttachSharedMemory(shm, 0);
113 fprintf(stderr, "PR_AttachSharedMemory failed\n");

Completed in 45 milliseconds