/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | stress.c | 74 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/ |
D | stress.c | 76 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/boost/boost/phoenix/statement/ |
D | while.hpp | 30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()() 34 boost::phoenix::eval(do_it, ctx); in operator ()() 51 operator[](Do const& do_it) const in operator []() 53 return expression::while_<Cond, Do>::make(cond, do_it); in operator []()
|
D | do_while.hpp | 30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()() 33 boost::phoenix::eval(do_it, ctx); in operator ()() 46 do_while_gen(Do const& do_it) in do_while_gen() 47 : do_(do_it) {} in do_while_gen()
|
D | for.hpp | 42 , Do const& do_it in operator ()() 47 boost::phoenix::eval(do_it, ctx); in operator ()() 64 operator[](Do const& do_it) const in operator []() 69 make(init, cond, step, do_it); in operator []()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
D | stress.c | 77 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/ |
D | stress.c | 70 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/ |
D | 4-3.c | 52 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_equal/ |
D | 2-1.c | 78 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_kill/ |
D | 8-1.c | 78 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_atfork/ |
D | 3-3.c | 80 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/stress/threads/pthread_once/ |
D | stress.c | 78 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/stress/threads/pthread_cancel/ |
D | stress.c | 78 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/conformance/interfaces/pthread_setschedparam/ |
D | 5-1.c | 79 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/conformance/interfaces/pthread_once/ |
D | 6-1.c | 77 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_sigmask/ |
D | 18-1.c | 78 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/conformance/interfaces/pthread_cond_signal/ |
D | 4-2.c | 78 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/stress/threads/pthread_mutex_lock/ |
D | stress.c | 105 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()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | stress.c | 96 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_cond_wait/ |
D | 4-1.c | 80 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/conformance/interfaces/pthread_cond_broadcast/ |
D | 4-2.c | 48 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_mutex_lock/ |
D | 3-1.c | 82 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/stress/threads/pthread_self/ |
D | stress.c | 89 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/ |
D | stress.c | 79 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/conformance/interfaces/pthread_mutex_trylock/ |
D | 4-3.c | 105 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()
|