Searched refs:cancelCtx (Results 1 – 2 of 2) sorted by relevance
71 func newCancelCtx(parent Context) *cancelCtx {72 return &cancelCtx{109 func parentCancelCtx(parent Context) (*cancelCtx, bool) {112 case *cancelCtx:115 return c.cancelCtx, true146 type cancelCtx struct { struct156 func (c *cancelCtx) Done() <-chan struct{} { argument160 func (c *cancelCtx) Err() error { argument166 func (c *cancelCtx) String() string { argument172 func (c *cancelCtx) cancel(removeFromParent bool, err error) { argument[all …]
534 cancelCtx func() member1437 st.cancelCtx()1865 ctx, cancelCtx := contextWithCancel(sc.baseCtx)1871 cancelCtx: cancelCtx,2051 rw.rws.stream.cancelCtx()