# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ POSIX shared memory module """ __doc__ = 'POSIX shared memory module' __file__ = '/home/shared/src/ide-arm64/build-files/build-temp/runtimes-release/__os__/linux-arm64/runtime-python3.13/lib/python3.13/lib-dynload/_posixshmem.cpython-313-aarch64-linux-gnu.so' __loader__ = None __name__ = '_posixshmem' __package__ = '' __spec__ = None def shm_open(path, flags, mode=511): """ Open a shared memory object. Returns a file descriptor (integer). """ pass def shm_unlink(path): """ Remove a shared memory object (similar to unlink()). Remove a shared memory object name, and, once all processes have unmapped the object, de-allocates and destroys the contents of the associated memory region. """ pass