Searched defs:shutting_down (Results 1 – 15 of 15) sorted by relevance
58 int shutting_down; member
70 bool shutting_down; member
64 int shutting_down; member
124 int shutting_down; member
211 bool shutting_down; /* Is the pollset shutting down ? */ member
230 bool shutting_down; /* Is the pollset shutting down ? */ member
198 int shutting_down; member
41 bool shutting_down = false; in TEST() local
45 bool shutting_down; // guarded by pollset_mu member
201 bool shutting_down() const { return shutting_down_; } in shutting_down() function
109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log() local
74 bool shutting_down; member
205 bool shutting_down = false; member
320 def shutting_down(): function
100 unsigned shutting_down : 1; member