Skip to content
#

inter-process-communication

Here are 89 public repositories matching this topic...

iceoryx
elBoberido
elBoberido commented Feb 16, 2021

Brief feature description

All tests should be self contained in an anonymous namespace.

Detailed information

Multiple tests files are linked together into one binary. If the tests are not put into an unique namespace, it is possible that multiple helper structs with the same name but different layout are in the same binary. With luck, the linker complains. With bad luck, the address

OS-Programs

OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.

  • Updated Jun 1, 2020

Improve this page

Add a description, image, and links to the inter-process-communication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inter-process-communication topic, visit your repo's landing page and select "manage topics."

Learn more