Home
last modified time | relevance | path

Searched refs:STATE_CANCELLED (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc38 STATE_CANCELLED, enumerator
205 static_cast<gpr_atm>(STATE_CANCELLED))) { in cancel_call()
/third_party/python/Modules/
D_asynciomodule.c55 STATE_CANCELLED, enumerator
632 if (fut->fut_state == STATE_CANCELLED) { in future_get_result()
738 fut->fut_state = STATE_CANCELLED; in future_cancel()
875 if (self->fut_state == STATE_CANCELLED) { in _asyncio_Future_exception_impl()
1104 if (future_is_alive(self) && self->fut_state == STATE_CANCELLED) { in _asyncio_Future_cancelled_impl()
1341 case STATE_CANCELLED: in FutureObj_get_state()