multikernel icon indicating copy to clipboard operation
multikernel copied to clipboard

[ipc] Fully Support IPC_NOWAIT Flag for Message Queues

Open ppenna opened this issue 4 years ago • 0 comments

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#

ppenna avatar Jul 16 '20 13:07 ppenna