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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprshm.h74 ** PR_DetachSharedMemory() should be called to un-map the shared
140 #define PR_DetachSharedMemory VBoxNsprPR_DetachSharedMemory macro
230 ** FUNCTION: PR_DetachSharedMemory()
233 ** PR_DetachSharedMemory() detaches the shared-memory described
248 PR_DetachSharedMemory(
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprshm.c120 ** FUNCTION: PR_DetachSharedMemory()
124 PR_DetachSharedMemory(
130 } /* end PR_DetachSharedMemory() */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnameshm1.c183 rc = PR_DetachSharedMemory( shm, addr );
262 rc = PR_DetachSharedMemory( shm, roAddr );
367 rc = PR_DetachSharedMemory( shm, addr );
494 rc = PR_DetachSharedMemory( shm, addr );
H A Dsemapong.c131 if (PR_DetachSharedMemory(shm, counter_addr) == PR_FAILURE) {
132 fprintf(stderr, "PR_DetachSharedMemory failed\n");
H A Dsemaping.c168 if (PR_DetachSharedMemory(shm, counter_addr) == PR_FAILURE) {
169 fprintf(stderr, "PR_DetachSharedMemory failed\n");

Completed in 44 milliseconds