Home
last modified time | relevance | path

Searched defs:shutting_down (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_windows.h58 int shutting_down; member
Dtcp_custom.cc70 bool shutting_down; member
Dtcp_server_windows.cc64 int shutting_down; member
Dtcp_windows.cc124 int shutting_down; member
Dev_epoll1_linux.cc211 bool shutting_down; /* Is the pollset shutting down ? */ member
Dev_epollsig_linux.cc230 bool shutting_down; /* Is the pollset shutting down ? */ member
Dev_poll_posix.cc198 int shutting_down; member
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc41 bool shutting_down = false; in TEST() local
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc45 bool shutting_down; // guarded by pollset_mu member
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h201 bool shutting_down() const { return shutting_down_; } in shutting_down() function
/external/webrtc/webrtc/base/
Devent_tracer.cc109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log() local
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver.cc74 bool shutting_down; member
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h205 bool shutting_down = false; member
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py320 def shutting_down(): function
/external/libevent/
Dlistener.c100 unsigned shutting_down : 1; member