Code: Sysprog: POSIX IPC

Todo

Use this file to further describe what’s there

ADD_SUBDIRECTORY(shm)
.
├── CMakeLists.txt
├── index.rst
└── shm
    ├── 010-mmap.cc
    ├── 020-shm-create.cc
    ├── 030-shm-produce.cc
    ├── 040-shm-consume.cc
    ├── 100-sem-create.cc
    ├── 110-sem-wait.cc
    ├── 120-sem-post.cc
    ├── CMakeLists.txt
    └── meson.build

2 directories, 11 files