commit | d6a211fe1906cee75a3c878e6e013abf285b298f | [log] [tgz] |
---|---|---|
author | Nick Maniscalco <maniscalco@fuchsia.infra.roller.google.com> | Mon Feb 10 15:48:00 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 10 15:49:15 2025 -0800 |
tree | 15710c2d00f1d695bc3a36261cfdfbf55dab81e5 | |
parent | a5b87cd0bc8c74fa4f716b23a08aedb0425cb22b [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.