HomeSort by relevance Sort by last modified time
    Searched refs:shutting_down (Results 1 - 17 of 17) sorted by null

  /external/grpc-grpc/test/cpp/server/
server_request_call_test.cc 41 bool shutting_down = false; local
56 std::thread t([address, &service, &cq, &mu, &shutting_down] {
65 if (!shutting_down) {
81 if (!shutting_down && !ok) {
85 if (shutting_down && !ok) {
101 if (shutting_down) {
148 shutting_down = true;
  /external/grpc-grpc/src/core/lib/iomgr/
pollset_windows.h 58 int shutting_down; member in struct:grpc_pollset
tcp_windows.cc 124 int shutting_down; member in struct:grpc_tcp
135 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error);
188 if (info->wsa_error != 0 && !tcp->shutting_down) {
194 if (info->bytes_transfered != 0 && !tcp->shutting_down) {
199 error = tcp->shutting_down
222 if (tcp->shutting_down) {
311 if (tcp->shutting_down) {
401 if (!tcp->shutting_down) {
402 tcp->shutting_down = 1;
pollset_windows.cc 98 pollset->shutting_down = 1;
123 if (!pollset->kicked_without_pollers && !pollset->shutting_down) {
148 if (pollset->shutting_down && pollset->on_shutdown != NULL) {
tcp_custom.cc 70 bool shutting_down; member in struct:__anon23152
240 if (tcp->shutting_down) {
283 if (!tcp->shutting_down) {
288 tcp->shutting_down = true;
357 tcp->shutting_down = false;
tcp_server_windows.cc 64 int shutting_down; member in struct:grpc_tcp_listener
169 sp->shutting_down = 1;
237 sp->shutting_down = 0;
253 if (port->shutting_down) {
330 if (!sp->shutting_down) {
337 if (!sp->shutting_down) {
432 sp->shutting_down = 0;
ev_epoll1_linux.cc 211 bool shutting_down; /* Is the pollset shutting down ? */ member in struct:grpc_pollset
539 pollset->shutting_down = false;
619 GPR_ASSERT(!pollset->shutting_down);
621 pollset->shutting_down = true;
809 while (worker->state == UNKICKED && !pollset->shutting_down) {
813 pollset->shutting_down);
832 pollset->shutting_down, pollset->kicked_without_poller);
839 * 'shutting_down' is set to true during (1) or (2). If either of them is
849 return worker->state == DESIGNATED_POLLER && !pollset->shutting_down;
    [all...]
ev_epollsig_linux.cc 230 bool shutting_down; /* Is the pollset shutting down ? */ member in struct:grpc_pollset
    [all...]
ev_poll_posix.cc 198 int shutting_down; member in struct:grpc_pollset
890 pollset->shutting_down = 0;
987 if (pollset->shutting_down) {
988 GPR_TIMER_MARK("pollset_work.shutting_down", 0);
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/
backup_poller.cc 45 bool shutting_down; // guarded by pollset_mu member in struct:__anon22956::backup_poller
95 p->shutting_down = true;
116 if (p->shutting_down) {
135 g_poller->shutting_down = false;
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_ev_driver.cc 74 bool shutting_down; member in struct:grpc_ares_ev_driver
143 (*ev_driver)->shutting_down = false;
157 ev_driver->shutting_down = true;
162 ev_driver->shutting_down = true;
241 if (!ev_driver->shutting_down) {
  /art/runtime/
scoped_thread_state_change-inl.h 62 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); local
63 CHECK(shutting_down);
  /external/webrtc/webrtc/base/
event_tracer.cc 109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); local
132 if (shutting_down)
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
subchannel_list.h 201 bool shutting_down() const { return shutting_down_; } function in class:grpc_core::SubchannelList
444 "shutting_down=%d",
449 grpc_error_string(error), sd->subchannel_list_->shutting_down());
452 if (sd->subchannel_list_->shutting_down() || error == GRPC_ERROR_CANCELLED) {
  /external/python/cpython3/Lib/concurrent/futures/
process.py 312 def shutting_down(): function in function:_queue_management_worker
399 assert shutting_down()
424 if shutting_down():
  /external/libevent/
listener.c 99 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
769 if (! lev_iocp->shutting_down) {
770 lev_iocp->shutting_down = 1;
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
round_robin.cc 535 GPR_ASSERT(!shutting_down());

Completed in 287 milliseconds