HomeSort by relevance Sort by last modified time
    Searched refs:do_it (Results 1 - 25 of 35) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
stress.c 82 char do_it = 1; variable
138 while (do_it) {
173 do_it = 0;
175 while (do_it);
201 do_it = 0;
203 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 81 char do_it = 1; variable
87 do_it = 0;
89 while (do_it);
120 while (do_it) {
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_nt.c 63 static void do_it(unsigned long extraflags) function
82 do_it(X86_EFLAGS_NT);
92 do_it(X86_EFLAGS_NT | X86_EFLAGS_TF);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 70 char do_it = 1; variable
76 /* do_it = 0 */
79 do_it = 0;
80 } while (do_it);
105 } while (do_it);
176 while (do_it) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 79 char do_it = 1; variable
164 while (do_it) {
217 do_it = 0;
219 while (do_it);
245 do_it = 0;
247 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
stress.c 80 char do_it = 1; variable
86 /* do_it = 0 */
89 do_it = 0;
91 while (do_it);
133 while (do_it) {
149 while (do_it) {
195 while (do_it) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
stress.c 81 char do_it = 1; variable
88 do_it = 0;
90 while (do_it);
179 while (do_it) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 82 char do_it = 1; variable
116 while (do_it) {
188 while (do_it) {
282 do_it = 0;
284 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 80 char do_it = 1; variable
119 while (do_it) {
179 } while ((ret == 0) && (do_it != 0));
293 do_it = 0;
295 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 80 volatile int do_it = 1; variable
113 while (do_it) {
165 while (do_it) {
256 do_it = 0;
258 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 80 char do_it = 1; variable
114 while (do_it) {
179 while (do_it) {
287 do_it = 0;
289 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 79 char do_it = 1; variable
113 while (do_it) {
178 while (do_it) {
295 do_it = 0;
297 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 82 char do_it = 1; variable
116 while (do_it) {
181 while (do_it) {
280 do_it = 0;
282 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 80 char do_it = 1; variable
114 while (do_it) {
190 while (do_it) {
302 do_it = 0;
304 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
stress.c 103 char do_it = 1; variable
109 /* do_it = 0 */
111 do_it = 0;
113 while (do_it);
175 while (do_it) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 82 char do_it = 1; variable
89 do_it = 0;
91 while (do_it);
111 while (do_it) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 96 char do_it = 1; variable
102 /* do_it = 0 */
104 do_it = 0;
106 while (do_it);
207 while (do_it) {
  /frameworks/base/tools/aapt2/tools/
fix_resources.py 16 def do_it(res_path, consumers): function
63 do_it(res_path, [DuplicateRemover(), PositionalArgumentFixer()])
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-3.c 55 char do_it = 1; variable
93 while (do_it) {
155 while (do_it) {
214 while (do_it) {
305 do_it = 0;
307 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 49 static char do_it = 1; variable
87 while (do_it) {
142 } while ((ret == 0) && (do_it != 0));
248 do_it = 0;
249 } while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
4-1.c 82 char do_it = 1; variable
121 while (do_it) {
181 } while ((ret == 0) && (do_it != 0));
316 do_it = 0;
318 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 90 char do_it = 1; variable
115 while (do_it) {
223 while (do_it) {
352 do_it = 0;
354 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 113 char do_it = 1; variable
147 while (do_it) {
253 while (do_it) {
377 do_it = 0;
379 while (do_it);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 37 * This goal is achieved with a "do_it" variable.
113 char do_it = 1; variable
160 while (do_it) {
273 while (do_it);
330 while (do_it);
380 while (do_it);
543 do_it = 0;
545 while (do_it);
642 while (do_it);
s-c2.c 109 char do_it; variable
192 while (do_it) {
245 do_it = 1;
355 do_it = 0;

Completed in 394 milliseconds

1 2