comparison src/signal.c @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 859a2309aef8
children 8d2a9b52c682
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
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. */