/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 14-1.c | 44 static unsigned long count_sig; variable 90 count_sig++; in sendsig() 189 count_sig = 0; in main_loop() 192 SAFE_FUNC(write(stat_pipe[1], &count_sig, in main_loop() 193 sizeof(count_sig))); in main_loop() 199 sizeof(count_sig))); in main_loop() 201 count_sig += child_count_sig; in main_loop() 233 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-3.c | 61 static unsigned long count_sig; variable 105 count_sig++; in sendsig() 254 count_sig = 0; in do_child() 304 SAFE_FUNC(write(stat_pipe[1], &count_sig, in main_loop() 305 sizeof(count_sig))); in main_loop() 312 SAFE_FUNC(read(stat_pipe[0], &child_count_sig, sizeof(count_sig))); in main_loop() 314 count_sig += child_count_sig; in main_loop() 347 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 3-3.c | 85 static unsigned long count_sig = 0; variable 121 count_sig++; in sendsig() 301 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
H A D | 8-1.c | 83 static unsigned long count_sig = 0; variable 119 count_sig++; in sendsig() 298 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 4-2.c | 54 static unsigned long count_sig; variable 91 count_sig++; in sendsig() 270 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 4-2.c | 84 static unsigned long count_sig = 0; variable 122 count_sig++; in sendsig() 312 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
H A D | 2-1.c | 83 static unsigned long count_sig = 0; variable 116 count_sig++; in sendsig() 273 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 6-3.c | 55 static unsigned long count_sig; variable 88 count_sig++; in sendsig() 266 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 6-1.c | 82 static unsigned long count_sig = 0; variable 118 count_sig++; in sendsig() 314 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 5-1.c | 84 static unsigned long count_sig = 0; variable 120 count_sig++; in sendsig() 298 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 18-1.c | 83 static unsigned long count_sig = 0; variable 119 count_sig++; in sendsig() 313 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 4-1.c | 86 static unsigned long count_sig = 0; variable 124 count_sig++; in sendsig() 335 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
H A D | 4-3.c | 110 static unsigned long count_sig = 0; variable 143 count_sig++; in sendsig() 386 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 57 static unsigned long count_sig = 0; variable 95 count_sig++; in sendsig() 323 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 3-1.c | 88 static unsigned long count_sig = 0; variable 112 count_sig++; in sendsig() 368 output(" %d signals were sent meanwhile.\n", count_sig); in main()
|