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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
1-1.c 18 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
46 for (i = NUMSIGNALS - 1; i >= 0; i--) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
1-1.c 17 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
44 for (i = NUMSIGNALS - 1; i >= 0; i--) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
7-1.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
44 for (i = 0; i < NUMSIGNALS; i++) {
8-1.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
46 for (i = 0; i < NUMSIGNALS; i++) {
8-2.c 23 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
47 for (i = 0; i < NUMSIGNALS; i++) {
8-3.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
46 for (i = 0; i < NUMSIGNALS; i++) {
12-1.c 26 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
47 for (i = 0; i < NUMSIGNALS; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
5-1.c 26 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
47 for (i = 0; i < NUMSIGNALS; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
7-1.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
44 for (i = 0; i < NUMSIGNALS; i++) {
57 for (j = i + 1; j < NUMSIGNALS; j++) {
8-1.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
46 for (i = 0; i < NUMSIGNALS; i++) {
8-2.c 24 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
48 for (i = 0; i < NUMSIGNALS; i++) {
8-3.c 22 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
46 for (i = 0; i < NUMSIGNALS; i++) {
12-1.c 28 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
52 for (i = 0; i < NUMSIGNALS; i++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
4-1.c 36 #define NUMSIGNALS (sizeof(siglist) / sizeof(siglist[0]))
64 for (i = 0; i < NUMSIGNALS; i++) {

Completed in 130 milliseconds