Home
last modified time | relevance | path

Searched refs:should_stop (Results 1 – 11 of 11) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() argument
47 const bool* should_stop_array[] = {should_stop, &destroyed->data}; in SyncWatch()
Dsync_handle_registry.cc60 bool SyncHandleRegistry::WatchAllHandles(const bool* should_stop[], in WatchAllHandles() argument
72 if (*should_stop[i]) in WatchAllHandles()
Dconnector.cc195 bool Connector::SyncWatch(const bool* should_stop) { in SyncWatch() argument
204 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
Dsync_handle_registry.h40 bool WatchAllHandles(const bool* should_stop[], size_t count);
Dmultiplex_router.cc124 bool SyncWatch(const bool* should_stop) override { in SyncWatch() argument
128 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_controller.h32 virtual bool SyncWatch(const bool* should_stop) = 0;
Dsync_handle_watcher.h48 bool SyncWatch(const bool* should_stop);
Dsync_handle_registry.h39 bool WatchAllHandles(const bool* should_stop[], size_t count);
Dconnector.h137 bool SyncWatch(const bool* should_stop);
/external/e2fsprogs/contrib/
Dfsstress.c263 sig_atomic_t should_stop = 0; variable
312 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()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c236 sig_atomic_t should_stop = 0; variable
285 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()