Home
last modified time | relevance | path

Searched refs:do_it (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
Dstress.c74 static char do_it = 1; variable
130 while (do_it) { in threaded()
165 do_it = 0; in sighdl()
167 while (do_it); in sighdl()
193 do_it = 0; in main()
195 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dstress.c76 static char do_it = 1; variable
161 while (do_it) { in threaded()
214 do_it = 0; in sighdl()
216 while (do_it); in sighdl()
242 do_it = 0; in main()
244 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dstress.c77 static char do_it = 1; variable
86 do_it = 0; in sighdl()
88 while (do_it); in sighdl()
130 while (do_it) { in flooder_1()
146 while (do_it) { in flooder_2()
192 while (do_it) { in sync_send()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dstress.c70 static char do_it = 1; variable
79 do_it = 0; in sighdl()
80 } while (do_it); in sighdl()
105 } while (do_it); in threaded()
176 while (do_it) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D4-3.c52 static char do_it = 1; variable
90 while (do_it) { in sendsig()
152 while (do_it) { in waiter()
211 while (do_it) { in worker()
302 do_it = 0; in main()
304 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D3-3.c80 static volatile char do_it = 1; variable
114 while (do_it) { in sendsig()
186 while (do_it) { in test()
280 do_it = 0; in main()
282 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
D8-1.c78 static volatile char do_it = 1; variable
112 while (do_it) { in sendsig()
169 while (do_it) { in test()
277 do_it = 0; in main()
279 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
D2-1.c78 static volatile int do_it = 1; variable
111 while (do_it) { in sendsig()
163 while (do_it) { in test()
254 do_it = 0; in main()
256 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D6-1.c77 static char do_it = 1; variable
111 while (do_it) { in sendsig()
176 while (do_it) { in test()
293 do_it = 0; in main()
295 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D5-1.c79 static volatile char do_it = 1; variable
113 while (do_it) { in sendsig()
178 while (do_it) { in test()
277 do_it = 0; in main()
279 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c78 static char do_it = 1; variable
84 do_it = 0; in sighdl()
86 while (do_it); in sighdl()
117 while (do_it) { in threaded()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dstress.c78 static char do_it = 1; variable
85 do_it = 0; in sighdl()
87 while (do_it); in sighdl()
176 while (do_it) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
D18-1.c78 static volatile char do_it = 1; variable
112 while (do_it) { in sendsig()
180 while (do_it) { in test()
292 do_it = 0; in main()
294 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c105 static char do_it = 1; variable
152 while (do_it) { in sigthr()
265 while (do_it); in lockthr()
322 while (do_it); in timedlockthr()
372 while (do_it); in trylockthr()
535 do_it = 0; in globalsig()
537 while (do_it); in globalsig()
634 while (do_it); in main()
Ds-c2.c101 static char do_it; variable
184 while (do_it) { in threaded()
237 do_it = 1; in main()
347 do_it = 0; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c78 static char do_it = 1; variable
117 while (do_it) { in sendsig()
177 } while ((ret == 0) && (do_it != 0)); in waiter()
291 do_it = 0; in main()
293 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D4-2.c48 static char do_it = 1; variable
86 while (do_it) { in sendsig()
141 } while ((ret == 0) && (do_it != 0)); in waiter()
247 do_it = 0; in main()
248 } while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D4-1.c80 static char do_it = 1; variable
119 while (do_it) { in sendsig()
179 } while ((ret == 0) && (do_it != 0)); in waiter()
314 do_it = 0; in main()
316 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dstress.c96 static char do_it = 1; variable
104 do_it = 0; in sighdl()
106 while (do_it); in sighdl()
168 while (do_it) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D3-1.c82 static char do_it = 1; variable
107 while (do_it) { in sendsig()
215 while (do_it) { in threaded()
344 do_it = 0; in main()
346 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-3.c105 static char do_it = 1; variable
138 while (do_it) { in sendsig()
244 while (do_it) { in test()
368 do_it = 0; in main()
370 while (do_it); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c89 static char do_it = 1; variable
97 do_it = 0; in sighdl()
99 while (do_it); in sighdl()
200 while (do_it) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
Dstress.c79 static char do_it = 1; variable
86 do_it = 0; in sighdl()
88 while (do_it); in sighdl()
108 while (do_it) { in threaded()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dstress.c96 static char do_it = 1; variable
102 do_it = 0; in sighdl()
104 while (do_it); in sighdl()
308 while (do_it) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c200 static char do_it = 1; variable
324 while (do_it) { in cellmanager()
413 do_it = 0; in sighdl()
415 while (do_it); in sighdl()

12