Searched refs:MAXSIG (Results 1 – 3 of 3) sorted by relevance
79 #define MAXSIG 1024*1024 /* Max interrupts */ macro108 printf("\tSend MAX (%d) signals to the process...\n", MAXSIG); in main()110 for (i = 0; i < MAXSIG; i++) in main()113 while (signals_received < MAXSIG && --timeout) in main()118 MAXSIG, MAXTIME); in main()
59 #define MAXSIG 1024*1024 /* Number of signals sent to process */ macro116 printf("\n\tSend MAX (%d) SIGUSR1 signals to the process...\n", MAXSIG); in main()117 for (i = 0; i < MAXSIG; i++) in main()146 "while %d were queued\n", MAXSIG, signals_received); in main()
974 #define _VKI_MAXSIG MAXSIG