Searched refs:cancelReason (Results 1 – 3 of 3) sorted by relevance
200 state.cancelReason = reason; in cancel()223 private Status cancelReason; field in CronetClientStream.TransportState494 if (state.cancelReason != null) { in onCanceled()495 status = state.cancelReason; in onCanceled()
54 cancelReason *string member93 …atomic.CompareAndSwapPointer((*unsafe.Pointer)(unsafe.Pointer(&thread.cancelReason)), nil, unsafe.…
94 …if reason := atomic.LoadPointer((*unsafe.Pointer)(unsafe.Pointer(&thread.cancelReason))); reason !…