[roll] Roll fuchsia [starnix][signal] Unblock waiting signals in rt_sigtimedwait

To ensure that the caller thread is woken up by wanted and unblocked
signals, `rt_sigtimedwait()` should set the intersection of the
original mask and the new mask as temporary in the signal state of
the current task.

Additionally, `send_signal()` should enqueue any signals that should
be blocked by the original mask to be saved. This will prevent signals
from being lost after original mask is restored.

Original-Bug: b/304531346
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/929968
Original-Revision: 056bb287fda3b5f6e4b222191044f96de7969b75
GitOrigin-RevId: 9b35112f12340c42a7bfbe6ec4e94b7dfe0551e4
Change-Id: If6c3a6b6c9c2e7c313bfd11471836ddceaf0981e
1 file changed
tree: 125d914fe6530c9af6c61b19a90bca1d0828f475
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.