[roll] Roll fuchsia [starnix][binder] Optimize registered_threads computation

Maintain a counter for the number of registered threads in the
process's thread pool.

This involves:
- Adding `auxilliary_threads_count` to `ThreadPool`.
- Incrementing the count when a thread registers as `Auxilliary`.
- Decrementing the count when an `Auxilliary` thread is unregistered.

DISABLE_SPELLCHECKER for Auxilliary
Test: fx test starnix-binderfs-tests
Original-Bug: 486101694

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1512297
Original-Revision: db3ee0ee4a65a52990aca77b0583a633ba58561f
GitOrigin-RevId: b66908c1a9c213ccc8f4499f699a8aa79696ee64
Change-Id: I1e8e83b61025d07232db2f56e195a8450cf5fb28
1 file changed
tree: 07810edae6b346d57d3cc7f341ab334a1419ab1e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.