OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRPC_CALL_COMBINER_STOP
(Results
1 - 7
of
7
) sorted by null
/external/grpc-grpc/src/core/lib/iomgr/
call_combiner.h
37
// chain) to explicitly indicate (by calling
GRPC_CALL_COMBINER_STOP
())
61
#define
GRPC_CALL_COMBINER_STOP
(call_combiner, reason) \
62
grpc_call_combiner_stop
((call_combiner), __FILE__, __LINE__, (reason))
68
void
grpc_call_combiner_stop
(grpc_call_combiner* call_combiner,
73
#define
GRPC_CALL_COMBINER_STOP
(call_combiner, reason) \
74
grpc_call_combiner_stop
((call_combiner), (reason))
80
void
grpc_call_combiner_stop
(grpc_call_combiner* call_combiner,
144
GRPC_CALL_COMBINER_STOP
(call_combiner, "no closures to schedule");
/external/grpc-grpc/src/core/ext/filters/deadline/
deadline_filter.cc
42
GRPC_CALL_COMBINER_STOP
(deadline_state->call_combiner,
176
GRPC_CALL_COMBINER_STOP
(deadline_state->call_combiner,
/external/grpc-grpc/src/core/lib/channel/
connected_channel.cc
137
GRPC_CALL_COMBINER_STOP
(calld->call_combiner, "passed batch to transport");
/external/grpc-grpc/src/core/lib/surface/
call.cc
654
GRPC_CALL_COMBINER_STOP
(&state->call->call_combiner,
[
all
...]
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
message_compress_filter.cc
412
GRPC_CALL_COMBINER_STOP
(
/external/grpc-grpc/src/core/ext/filters/http/server/
http_server_filter.cc
325
GRPC_CALL_COMBINER_STOP
(
/external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc
[
all
...]
Completed in 229 milliseconds