Mercurial > hg > xemacs-beta
comparison src/signal.c @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 131b0175ea99 |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
73 user-input when that process-filter was called. */ | 73 user-input when that process-filter was called. */ |
74 static int waiting_for_user_input_p; | 74 static int waiting_for_user_input_p; |
75 | 75 |
76 static int interrupts_slowed_down; | 76 static int interrupts_slowed_down; |
77 | 77 |
78 #define SLOWED_DOWN_INTERRUPTS_SECS 5 | 78 #define SLOWED_DOWN_INTERRUPTS_SECS 15 |
79 #define NORMAL_QUIT_CHECK_TIMEOUT_MSECS 250 | 79 #define NORMAL_QUIT_CHECK_TIMEOUT_MSECS 250 |
80 #define NORMAL_SIGCHLD_CHECK_TIMEOUT_MSECS 250 | 80 #define NORMAL_SIGCHLD_CHECK_TIMEOUT_MSECS 250 |
81 | 81 |
82 /* Used so that signals can break out of system calls that aren't | 82 /* Used so that signals can break out of system calls that aren't |
83 naturally interruptible. */ | 83 naturally interruptible. */ |