share_create
|
Creates a shared memory segment
|
share_done
|
Closes a handle to a shared memory segment
|
share_get
|
Gets the data in the shared memory segment
|
share_link_count
|
Gets the links count to a shared segment
|
share_lock
|
Locks the access to a shared memory segment for the current process
|
share_open
|
Accesses a previously created shared memory segment
|
share_set
|
Sets the data in the shared memory segment
|
share_size
|
Gets the size in bytes of a shared memory segment
|
share_unlock
|
Unlocks the access to a shared memory segment previously locked with share_lock
|