Unlocking a shared memory segmentΒΆ

unlock_shared_memory()

Unlocking a shared memory segment


SYNTAX

unlock_shared_memory(shm_id)

Unlock the shared memory segment specified in shm_id if it is locked by this program. shm_id is the return value from the function that created or linked to the segment.


Shared memory functions

create_shared_memory()

Create a shared memory segment

link_shared_memory()

Link to an existing shared memory segment

read_shared_memory()

Read the current field values from shared memory into associated record buffer

write_shared_memory()

Write the current values from associated record buffer into shared memory

unlock_shared_memory()

Unlock a shared memory segment

unlink_shared_memory()

Unlink a program from a shared memory segment


RELATED TOPICS

Shared memory options in sculptor.h

!record

![o]file