Searched refs:should_stop (Results 1 – 12 of 12) sorted by relevance
36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() argument47 const bool* should_stop_array[] = {should_stop, &destroyed->data}; in SyncWatch()
60 bool SyncHandleRegistry::WatchAllHandles(const bool* should_stop[], in WatchAllHandles() argument72 if (*should_stop[i]) in WatchAllHandles()
195 bool Connector::SyncWatch(const bool* should_stop) { in SyncWatch() argument204 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
40 bool WatchAllHandles(const bool* should_stop[], size_t count);
124 bool SyncWatch(const bool* should_stop) override { in SyncWatch() argument128 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
104 should_stop, return_value = rule.ApplyRule(106 if should_stop:
32 virtual bool SyncWatch(const bool* should_stop) = 0;
48 bool SyncWatch(const bool* should_stop);
39 bool WatchAllHandles(const bool* should_stop[], size_t count);
137 bool SyncWatch(const bool* should_stop);
263 sig_atomic_t should_stop = 0; variable312 should_stop = 1; in sg_handler()432 while (((loopcntr <= loops) || (loops == 0)) && !should_stop) { in main()540 while (wait(&stat) > 0 && !should_stop) { in main()543 if (should_stop) { in main()
236 sig_atomic_t should_stop = 0; variable285 should_stop = 1; in sg_handler()405 while (((loopcntr <= loops) || (loops == 0)) && !should_stop) { in main()513 while (wait(&stat) > 0 && !should_stop) { in main()516 if (should_stop) { in main()