Home
last modified time | relevance | path

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

/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientStream.java200 state.cancelReason = reason; in cancel()
223 private Status cancelReason; field in CronetClientStream.TransportState
494 if (state.cancelReason != null) { in onCanceled()
495 status = state.cancelReason; in onCanceled()
/external/starlark-go/starlark/
Deval.go54 cancelReason *string member
93 …atomic.CompareAndSwapPointer((*unsafe.Pointer)(unsafe.Pointer(&thread.cancelReason)), nil, unsafe.…
Dinterp.go94 …if reason := atomic.LoadPointer((*unsafe.Pointer)(unsafe.Pointer(&thread.cancelReason))); reason !…