Home
last modified time | relevance | path

Searched defs:SHUTDOWN (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/cpp/thread_manager/
Dthread_manager.h43 enum WorkStatus { WORK_FOUND, SHUTDOWN, TIMEOUT }; enumerator
/third_party/grpc/include/grpcpp/impl/codegen/
Dcompletion_queue_impl.h124 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator
Dcompletion_queue.h123 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator
/third_party/toybox/toys/pending/
Dinit.c41 #define SHUTDOWN 0x40 macro
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto92 SHUTDOWN = 5; enumerator
/third_party/openssl/test/
Dhandshake_helper.c1083 SHUTDOWN, enumerator
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py224 SHUTDOWN = (_cygrpc.ConnectivityState.shutdown, 'shutdown') variable in ChannelConnectivity
/third_party/python/Lib/multiprocessing/
Dmanagers.py468 SHUTDOWN = 2 variable in State