Searched refs:shutdown_err (Results 1 – 3 of 3) sorted by relevance
139 grpc_error* shutdown_err = (grpc_error*)(curr & ~kShutdownBit); in NotifyOn() local142 "FD Shutdown", &shutdown_err, 1)); in NotifyOn()158 bool LockfreeEvent::SetShutdown(grpc_error* shutdown_err) { in SetShutdown() argument159 gpr_atm new_state = (gpr_atm)shutdown_err | kShutdownBit; in SetShutdown()165 &state_, (void*)curr, grpc_error_string(shutdown_err)); in SetShutdown()182 GRPC_ERROR_UNREF(shutdown_err); in SetShutdown()194 "FD Shutdown", &shutdown_err, 1)); in SetShutdown()
61 grpc_error* shutdown_err);102 void TracedBuffer::Shutdown(TracedBuffer** head, grpc_error* shutdown_err) { in Shutdown() argument107 timestamps_callback(elem->arg_, &(elem->ts_), shutdown_err); in Shutdown()114 GRPC_ERROR_UNREF(shutdown_err); in Shutdown()
71 grpc_error* shutdown_err);