[roll] Roll fuchsia [kernel][thread] Construct free_dpc just before it's used

Move the construction of the free_dpc in Thread::Current::Exit to the
point at which its first used.  By moving this down, we eliminate a
blocker for making Dpc's fields const.

No behavior change.  This CL is the first in a series of small
improvements to the DPC service in preparation for resolving
b/395669867.

Original-Bug: 395669867
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203291
Original-Revision: 93b5b7c6d3e931ecee73f02166f8eb2f58c3b61d
GitOrigin-RevId: 9b069fc9999a8c9e027bc63ca23a54d6d9291f5d
Change-Id: Id498df18e1ea06070d918103acb6af966f7463cd
1 file changed
tree: 15710c2d00f1d695bc3a36261cfdfbf55dab81e5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.