Searched refs:should_continue (Results 1 – 6 of 6) sorted by relevance
90 char should_continue; in CreateInitProcessReaper() local91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)); in CreateInitProcessReaper()
63 thread.should_continue = False194 self.should_continue = True197 while self.should_continue:
273 char should_continue; in MoveToNewNamespaces() local274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1) in MoveToNewNamespaces()
73 should_continue = True
133 thread.should_continue = False
21588 CHECK(!should_continue()); in RunTest()21595 bool should_continue() const { return should_continue_; } in should_continue() function in RequestInterruptTestBase21826 info.GetReturnValue().Set(test->should_continue()); in ShouldContinueCallback()