Searched refs:should_continue (Results 1 – 3 of 3) sorted by relevance
90 char should_continue; in CreateInitProcessReaper() local91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)); in CreateInitProcessReaper()
273 char should_continue; in MoveToNewNamespaces() local274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1) in MoveToNewNamespaces()
73 should_continue = True