Home
last modified time | relevance | path

Searched refs:cancel_state (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dcall_combiner.cc35 grpc_error* DecodeCancelStateError(gpr_atm cancel_state) { in DecodeCancelStateError() argument
36 if (cancel_state & 1) { in DecodeCancelStateError()
37 return reinterpret_cast<grpc_error*>(cancel_state & in DecodeCancelStateError()
/third_party/grpc/src/core/lib/surface/
Dcall.cc687 struct cancel_state { struct
695 cancel_state* state = static_cast<cancel_state*>(arg); in done_termination() argument
713 cancel_state* state = static_cast<cancel_state*>(gpr_malloc(sizeof(*state))); in cancel_with_error()