aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.c
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (SIGNAL_THREAD_CHECK): New macro. * keyboard.c (input_available_signal): Move thread checking code to macro SIGNAL_THREAD_CHECK and call that macro. (interrupt_signal): Call SIGNAL_THREAD_CHECK. * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c. * emacs.c: Define main_thread. (main): Initialize main_thread. (handle_USR1_signal, handle_USR2_signal, fatal_error_signal) (memory_warning_signal): Call SIGNAL_THREAD_CHECK. * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK. * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK. * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. * process.c (send_process_trap, sigchld_handler): Call SIGNAL_THREAD_CHECK. * data.c (arith_error): Call SIGNAL_THREAD_CHECK. * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
* * atimer.c (alarm_signal_handler): Do not call set_alarm ifJan Djärv2004-10-311-1/+2
| | | | pending_atmers is non-zero.
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-0/+6
| | | | | | | | | | | | | | with alarm based polling. mac.c (sys_select): Redo sys_select to use alarm-based polling instead of 1 sec timeouts (like solaris). macterm.c (x_make_frame_visible): Comment in polling on frame creation. keyboard.c: Undef SIGIO on Carbon atimer.c (alarm_signal_handler): Call alarm handlers after scheduling. eval.c (Feval): Remove quit_char test process.c (wait_reading_process_input): Remove clearing stdin for select call on process input
* Update copyright.Kim F. Storm2004-06-161-1/+1
|
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-22/+22
|
* (alarm_signal_handler) [USG && !POSIX_SIGNALS]:Gerd Moellmann2001-10-081-6/+0
| | | | Remove code setting signal handler.
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
|
* *** empty log message ***Pavel Janík2001-10-081-1/+1
|
* (alarm_signal_handler): Add forward declaration.Gerd Moellmann2000-06-151-0/+1
|
* (cancel_atimer): Break out of the loop as soon as timerGerd Moellmann2000-03-121-1/+2
| | | | has been found. Fix bug not computing timer's predecessor.
* (start_atimer): Don't abort when timers are stopped.Gerd Moellmann2000-02-291-28/+44
| | | | | | (append_atimer_lists): New function. (cancel_atimer, stop_other_atimers, run_all_atimers): Handle arbitrary lists of stopped and running atimers.
* (cancel_atimer): Handle canceling an atimer whenGerd Moellmann2000-02-291-18/+27
| | | | some timers are stopped.
* (stop_other_atimers): Don't call cancel_atimer becauseGerd Moellmann2000-02-171-5/+17
| | | | that unblocks alarms.
* (stopped_atimers): New variable.Gerd Moellmann2000-02-121-1/+72
| | | | | (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): New functions.
* (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECSEli Zaretskii2000-01-271-2/+2
| | | | and EMACS_SET_USECS.
* *** empty log message ***Gerd Moellmann2000-01-251-0/+336