Searched refs:do_it (Results 1 - 25 of 56) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A Dstress.c83 char do_it=1; variable
139 while (do_it)
169 do { do_it=0; }
170 while (do_it);
198 do {do_it = 0;}
199 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cancel/
H A Dstress.c83 char do_it = 1; variable
91 do_it = 0;
93 while ( do_it );
128 while ( do_it )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_getvalue/
H A Dstress.c87 char do_it = 1; variable
93 /* do_it = 0 */
97 do_it = 0;
99 while ( do_it );
131 while ( do_it );
211 while ( do_it )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-2.c83 char do_it = 1; variable
120 while ( do_it )
175 while ( do_it )
204 while ( do_it )
328 do_it = 0;
330 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_init/
H A Dstress.c80 char do_it=1; variable
150 while (do_it)
191 do { do_it=0; }
192 while (do_it);
220 do {do_it = 0;}
221 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A Dstress.c82 char do_it = 1; variable
88 /* do_it = 0 */
92 do_it = 0;
94 while ( do_it );
140 while ( do_it )
158 while ( do_it )
209 while ( do_it )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_once/
H A Dstress.c83 char do_it = 1; variable
91 do_it = 0;
93 while ( do_it );
194 while ( do_it )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c83 char do_it = 1; variable
120 while ( do_it )
200 while ( do_it )
313 do_it = 0;
315 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D4-2.c83 char do_it=1; variable
121 while (do_it)
172 } while ((ret == 0) && (do_it != 0));
270 do { do_it=0; }
271 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D4-2.c82 char do_it=1; variable
107 while (do_it)
190 while (do_it)
274 do { do_it=0; }
275 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c83 char do_it=1; variable
121 while (do_it)
172 } while ((ret == 0) && (do_it != 0));
268 do { do_it=0; }
269 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D14-1.c105 char do_it=1; variable
137 while (do_it)
197 while (do_it)
311 do { do_it=0; }
312 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-3.c105 char do_it=1; variable
136 while (do_it)
202 while (do_it)
312 do { do_it=0; }
313 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A D2-1.c83 char do_it=1; variable
114 while (do_it)
159 while (do_it)
237 do { do_it=0; }
238 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D4-1.c83 char do_it = 1; variable
120 while ( do_it )
188 while ( do_it )
303 do_it = 0;
305 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D6-3.c94 char do_it = 1; variable
131 while ( do_it )
207 while ( do_it )
347 do_it = 0;
349 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A D8-1.c83 char do_it = 1; variable
120 while ( do_it )
194 while ( do_it )
321 do_it = 0;
323 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D5-3.c91 char do_it=1; variable
116 while (do_it)
198 while (do_it)
282 do { do_it=0; }
283 while (do_it);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_once/
H A D6-1.c83 char do_it = 1; variable
120 while ( do_it )
194 while ( do_it )
332 do_it = 0;
334 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c83 char do_it = 1; variable
120 while ( do_it )
193 while ( do_it )
312 do_it = 0;
314 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c83 char do_it = 1; variable
120 while ( do_it )
206 while ( do_it )
337 do_it = 0;
339 while ( do_it );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A Dstress.c104 char do_it=1; variable
110 /* do_it = 0 */
111 do { do_it = 0; }
112 while (do_it);
170 while (do_it)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A Dstress.c84 char do_it = 1; variable
92 do_it = 0;
94 while ( do_it );
117 while ( do_it )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dstress.c99 char do_it=1; variable
105 /* do_it = 0 */
106 do { do_it = 0; }
107 while (do_it);
198 while (do_it)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c88 char do_it=1; variable
125 while (do_it)
173 while (do_it)
228 while (do_it)
305 do { do_it=0; }
306 while (do_it);

Completed in 263 milliseconds

123