Lines Matching refs:i
81 int i; in do_test() local
84 for (i = 0; i < 4; ++i) in do_test()
85 if (pthread_create (&th[i], NULL, tf, NULL)) in do_test()
90 for (i = 0; i < 4; ++i) in do_test()
91 if (pthread_join (th[i], &ret)) in do_test()
112 int i; in do_test() local
113 for (i = 0; i < N; ++i) in do_test()
147 if (TEMP_FAILURE_RETRY (read (fds[0], &child_stack_chk_guards[i], in do_test()
193 for (i = 0; i < N; ++i) in do_test()
195 if (child_stack_chk_guards[i] != child_stack_chk_guards[i+1]) in do_test()
197 else if (child_stack_chk_guards[i] == default_guard) in do_test()