Home
last modified time | relevance | path

Searched refs:shutdown_err (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dlockfree_event.cc139 grpc_error* shutdown_err = (grpc_error*)(curr & ~kShutdownBit); in NotifyOn() local
142 "FD Shutdown", &shutdown_err, 1)); in NotifyOn()
158 bool LockfreeEvent::SetShutdown(grpc_error* shutdown_err) { in SetShutdown() argument
159 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()
Dbuffer_list.cc61 grpc_error* shutdown_err);
102 void TracedBuffer::Shutdown(TracedBuffer** head, grpc_error* shutdown_err) { in Shutdown() argument
107 timestamps_callback(elem->arg_, &(elem->ts_), shutdown_err); in Shutdown()
114 GRPC_ERROR_UNREF(shutdown_err); in Shutdown()
Dbuffer_list.h71 grpc_error* shutdown_err);