Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dinit_process_reaper.cc90 char should_continue; in CreateInitProcessReaper() local
91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)); in CreateInitProcessReaper()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dconcurrent.py63 thread.should_continue = False
194 self.should_continue = True
197 while self.should_continue:
/external/libchrome/sandbox/linux/suid/
Dsandbox.c273 char should_continue; in MoveToNewNamespaces() local
274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1) in MoveToNewNamespaces()
/external/autotest/client/site_tests/network_3GRebootStress/
Dnetwork_3GRebootStress.py73 should_continue = True
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_concurrent.py133 thread.should_continue = False
/external/v8/test/cctest/
Dtest-api.cc21588 CHECK(!should_continue()); in RunTest()
21595 bool should_continue() const { return should_continue_; } in should_continue() function in RequestInterruptTestBase
21826 info.GetReturnValue().Set(test->should_continue()); in ShouldContinueCallback()