Remove a block of shared memory
int PgShmemDestroy( void *addr );
ph
This function removes a block of shared memory created with PgShmemCreate(). The block is referenced by the address returned from PgShmemCreate().
See the errors for shm_unlink() in the QNX Neutrino Library Reference.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |