Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mq_timedsend(2) and mq_timedreceive(2). #6429

Closed
wants to merge 5 commits into from

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    01a55b2 View commit details
    Browse the repository at this point in the history
  2. Implement mq.Queue.send.

    send implements functionality of mq_timedsend(2).
    
    Updates google#136
    sudo-sturbia committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    0494019 View commit details
    Browse the repository at this point in the history
  3. Implement mq.Queue.receive.

    receive implements functionality of mq_timedreceive(2).
    
    Updates google#136
    sudo-sturbia committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    2fbb65c View commit details
    Browse the repository at this point in the history
  4. Implement a common viewImpl for mq.View.

    viewImpl implements View and is embedded in different views to avoid
    code repetition.
    
    Updates google#136
    sudo-sturbia committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    1d8f86a View commit details
    Browse the repository at this point in the history
  5. Implement stubs for mq_timedsend(2) and mq_timedreceive(2).

    Implement syscall stubs and enable tests.
    
    Updates google#136
    sudo-sturbia committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    37908a3 View commit details
    Browse the repository at this point in the history