-
- Downloads
Merge pull request #18596 from markdroth/c++_call_combiner
Convert call_combiner to C++.
No related branches found
No related tags found
Showing
- src/core/ext/filters/client_channel/client_channel.cc 2 additions, 2 deletionssrc/core/ext/filters/client_channel/client_channel.cc
- src/core/ext/filters/client_channel/health/health_check_client.cc 7 additions, 11 deletions.../ext/filters/client_channel/health/health_check_client.cc
- src/core/ext/filters/client_channel/health/health_check_client.h 1 addition, 1 deletion...e/ext/filters/client_channel/health/health_check_client.h
- src/core/ext/filters/client_channel/subchannel.h 1 addition, 1 deletionsrc/core/ext/filters/client_channel/subchannel.h
- src/core/ext/filters/deadline/deadline_filter.cc 2 additions, 3 deletionssrc/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/filters/deadline/deadline_filter.h 3 additions, 2 deletionssrc/core/ext/filters/deadline/deadline_filter.h
- src/core/ext/filters/http/client/http_client_filter.cc 1 addition, 1 deletionsrc/core/ext/filters/http/client/http_client_filter.cc
- src/core/ext/filters/http/client_authority_filter.cc 1 addition, 1 deletionsrc/core/ext/filters/http/client_authority_filter.cc
- src/core/ext/filters/http/message_compress/message_compress_filter.cc 1 addition, 1 deletion.../filters/http/message_compress/message_compress_filter.cc
- src/core/ext/filters/http/server/http_server_filter.cc 1 addition, 1 deletionsrc/core/ext/filters/http/server/http_server_filter.cc
- src/core/ext/filters/message_size/message_size_filter.cc 1 addition, 1 deletionsrc/core/ext/filters/message_size/message_size_filter.cc
- src/core/lib/channel/channel_stack.h 1 addition, 1 deletionsrc/core/lib/channel/channel_stack.h
- src/core/lib/channel/connected_channel.cc 2 additions, 2 deletionssrc/core/lib/channel/connected_channel.cc
- src/core/lib/iomgr/call_combiner.cc 70 additions, 76 deletionssrc/core/lib/iomgr/call_combiner.cc
- src/core/lib/iomgr/call_combiner.h 74 additions, 81 deletionssrc/core/lib/iomgr/call_combiner.h
- src/core/lib/security/transport/client_auth_filter.cc 7 additions, 11 deletionssrc/core/lib/security/transport/client_auth_filter.cc
- src/core/lib/security/transport/server_auth_filter.cc 2 additions, 3 deletionssrc/core/lib/security/transport/server_auth_filter.cc
- src/core/lib/surface/call.cc 3 additions, 5 deletionssrc/core/lib/surface/call.cc
- src/core/lib/surface/lame_client.cc 1 addition, 1 deletionsrc/core/lib/surface/lame_client.cc
- src/core/lib/surface/server.cc 1 addition, 1 deletionsrc/core/lib/surface/server.cc
Loading
Please register or sign in to comment