Home
last modified time | relevance | path

Searched refs:NOT_STARTED (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dserver.h233 NOT_STARTED, // Waiting for metadata. enumerator
286 Atomic<CallState> state_{CallState::NOT_STARTED};
Dserver.cc1222 CallState expected_not_started = CallState::NOT_STARTED; in FailCallCreation()
/third_party/libuv/src/win/
Dtty.c81 NOT_STARTED, enumerator
87 static volatile LONG uv__read_console_status = NOT_STARTED;
608 uv__read_console_status = NOT_STARTED; in uv__tty_queue_read_line()
/third_party/libsoup/
DChangeLog.pre-git5250 (io_read): Set read_state to BLOCKING, not NOT_STARTED after