multikernel
multikernel copied to clipboard
[ipc] Fully Support IPC_NOWAIT Flag for Message Queues
Description
Currently, we do not feature full support for IPC_NOWAIT
flag in message queues. More precisely, if this flag is not specified, the blocking behavior is not supported.
References
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/msgrcv.html#
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/msgget.html#