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

  /external/libmojo/mojo/public/cpp/bindings/
interface_endpoint_controller.h 28 // - returns true when |should_stop| is set to true;
32 virtual bool SyncWatch(const bool* should_stop) = 0;
sync_handle_watcher.h 45 // - returns true when |should_stop| is set to true;
48 bool SyncWatch(const bool* should_stop);
sync_handle_registry.h 37 // - returns true when any element of |should_stop| is set to true;
39 bool WatchAllHandles(const bool* should_stop[], size_t count);
connector.h 134 // - returns true when |should_stop| is set to true;
137 bool SyncWatch(const bool* should_stop);
  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_handle_watcher.cc 36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) {
47 const bool* should_stop_array[] = {should_stop, &destroyed->data};
sync_handle_registry.h 38 // - returns true when any element of |should_stop| is set to true;
40 bool WatchAllHandles(const bool* should_stop[], size_t count);
sync_handle_registry.cc 60 bool SyncHandleRegistry::WatchAllHandles(const bool* should_stop[],
72 if (*should_stop[i])
connector.cc 195 bool Connector::SyncWatch(const bool* should_stop) {
204 return sync_watcher_->SyncWatch(should_stop);
multiplex_router.cc 124 bool SyncWatch(const bool* should_stop) override {
128 return sync_watcher_->SyncWatch(should_stop);
  /external/e2fsprogs/contrib/
fsstress.c 263 sig_atomic_t should_stop = 0; variable
312 should_stop = 1;
432 while (((loopcntr <= loops) || (loops == 0)) && !should_stop) {
540 while (wait(&stat) > 0 && !should_stop) {
543 if (should_stop) {
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 236 sig_atomic_t should_stop = 0; variable
285 should_stop = 1;
405 while (((loopcntr <= loops) || (loops == 0)) && !should_stop) {
513 while (wait(&stat) > 0 && !should_stop) {
516 if (should_stop) {
    [all...]

Completed in 622 milliseconds