LSC: Replace deprecated thread annotations macros.

Abseil thread annotation macros are now prefixed by ABSL_.

There is no semantic change; this is just a rename.
The edits were generated by devtools/cymbal/tools/run_clang_mr_refactor.sh

LSC documentation: go/absl-prefixed-thread-annotations-lsc
LSC approval http://b/135729553

Tested: TGP

Tested:
    TAP --sample ran all affected tests and none failed
    http://test/OCL:265862636:BASE:265839422:1566982650751:76646382
PiperOrigin-RevId: 265958257
Change-Id: Idaa812b2d95b5a0dc6a2383bf2e3f7bcf635ce5a
1 file changed
tree: 7091f7756e252e38c97a101698e406a68fd0a035
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.