HomeSort by relevance Sort by last modified time
    Searched refs:count_sig (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 52 static unsigned long count_sig; variable
90 count_sig++;
189 count_sig = 0;
192 SAFE_FUNC(write(stat_pipe[1], &count_sig,
193 sizeof(count_sig)));
199 sizeof(count_sig)));
201 count_sig += child_count_sig;
233 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 68 static unsigned long count_sig; variable
108 count_sig++;
254 count_sig = 0;
304 SAFE_FUNC(write(stat_pipe[1], &count_sig,
305 sizeof(count_sig)));
312 SAFE_FUNC(read(stat_pipe[0], &child_count_sig, sizeof(count_sig)));
314 count_sig += child_count_sig;
347 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 87 unsigned long count_sig = 0; variable
123 count_sig++;
303 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 86 unsigned long count_sig = 0; variable
124 count_sig++;
314 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 85 unsigned long count_sig = 0; variable
118 count_sig++;
275 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 56 static unsigned long count_sig; variable
88 count_sig++;
266 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 85 unsigned long count_sig = 0; variable
121 count_sig++;
308 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 84 unsigned long count_sig = 0; variable
120 count_sig++;
316 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 87 unsigned long count_sig = 0; variable
123 count_sig++;
301 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 85 unsigned long count_sig = 0; variable
121 count_sig++;
323 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 55 static unsigned long count_sig; variable
92 count_sig++;
271 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-3.c 60 unsigned long count_sig = 0; variable
98 count_sig++;
326 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
4-1.c 88 unsigned long count_sig = 0; variable
126 count_sig++;
337 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 96 unsigned long count_sig = 0; variable
120 count_sig++;
376 output(" %d signals were sent meanwhile.\n", count_sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 119 unsigned long count_sig = 0; variable
152 count_sig++;
395 output(" %d signals were sent meanwhile.\n", count_sig);

Completed in 147 milliseconds