Home
last modified time | relevance | path

Searched refs:count_sig (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D14-1.c44 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 D4-3.c61 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 D3-3.c85 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 D8-1.c83 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 D4-2.c54 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 D4-2.c84 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 D2-1.c83 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 D6-3.c55 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 D6-1.c82 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 D5-1.c84 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 D18-1.c83 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 D4-1.c86 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 D4-3.c110 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 D4-3.c57 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 D3-1.c88 static unsigned long count_sig = 0; variable
112 count_sig++; in sendsig()
368 output(" %d signals were sent meanwhile.\n", count_sig); in main()

Completed in 6 milliseconds