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 a shared memory segment |
|
Link to an existing shared memory segment |
|
Read the current field values from shared memory into associated record buffer |
|
Write the current values from associated record buffer into shared memory |
|
Unlock a shared memory segment |
|
Unlink a program from a shared memory segment |
RELATED TOPICS |