-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race due to use of TryLock where
grpc_event_engine::experimental::TimerList::TimerCheck could miss an existing timer and leave the wakeup time to InfiniteFuture.
- Loading branch information
Showing
17 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule benchmark
updated
81 files
Submodule bloaty
updated
28 files
+12 −11 | .github/workflows/build.yml | |
+8 −5 | CMakeLists.txt | |
+2 −2 | doc/using.md | |
+247 −156 | src/bloaty.cc | |
+26 −9 | src/bloaty.h | |
+30 −3 | src/dwarf.cc | |
+38 −1 | src/dwarf/attr.cc | |
+6 −2 | src/dwarf/attr.h | |
+17 −2 | src/dwarf/debug_info.cc | |
+21 −4 | src/dwarf/debug_info.h | |
+3 −3 | src/dwarf/dwarf_util.cc | |
+1 −1 | src/dwarf/dwarf_util.h | |
+16 −2 | src/elf.cc | |
+2 −0 | src/macho.cc | |
+81 −9 | src/webassembly.cc | |
+10 −3 | tests/bloaty_misc_test.cc | |
+30 −30 | tests/bloaty_test.cc | |
+104 −0 | tests/dwarf/debug_info/dw_form_line_strp.test | |
+166 −0 | tests/dwarf/debug_info/gnu-split-dwarf.test | |
+1 −0 | tests/fuzz_driver.cc | |
+6 −0 | tests/fuzz_target.cc | |
+11 −11 | tests/test.h | |
+0 −0 | tests/testdata/make_all_msvc_test_files.bat | |
+ − | tests/testdata/misc/05-implicit-const-and-line-strp.bin | |
+46 −0 | tests/wasm/active_seg.test | |
+220 −0 | tests/wasm/sections.test | |
+209 −0 | tests/wasm/symbol_test.test | |
+1 −1 | third_party/googletest |
Submodule boringssl-with-bazel
updated
7246 files
Submodule envoy-api
updated
91 files
Submodule googleapis
updated
8483 files
Submodule googletest
updated
61 files
Submodule opencensus-proto
updated
53 files
Submodule opentelemetry
updated
42 files
Submodule opentelemetry-cpp
updated
427 files
Submodule protobuf
updated
1166 files
Submodule protoc-gen-validate
updated
from fab737 to ca115c
Submodule xds
updated
90 files
Submodule zlib
updated
89 files