1
1
openmpi/opal/event
Brian Barrett 11932e89d5 Fix nasty bug Josh was seeing where cntl-c wasn't working when orterun hangs up
in finalize after the first cntl-c is sent.

If the signal delete function was called while the signal set was blocked (which
is really most of the time in OMPI), the signal handler would be set to default
and the event library sigset modified, but the signal would never be unblocked.
Now we unblock the signal after reseting the handler...

This commit was SVN r7623.
2005-10-04 19:01:13 +00:00
..
compat * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
config Initial population of the opal tree 2005-07-02 13:43:20 +00:00
sample * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
test * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
WIN32-Code * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
WIN32-Prj Initial population of the opal tree 2005-07-02 13:43:20 +00:00
.compile_files Initial population of the opal tree 2005-07-02 13:43:20 +00:00
epoll_sub.c Initial population of the opal tree 2005-07-02 13:43:20 +00:00
epoll.c more corrections 2005-08-30 21:26:24 +00:00
err.c Initial population of the opal tree 2005-07-02 13:43:20 +00:00
event.3 Initial population of the opal tree 2005-07-02 13:43:20 +00:00
event.c It's already defined in the .h file. 2005-09-18 12:32:33 +00:00
event.h * If the event library is going to be a noop (really, this only happens on 2005-08-12 16:21:17 +00:00
evsignal.h * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
kqueue.c * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
poll.c * re-enable poll_recalc so that it triggers the recalc of the signals 2005-08-04 14:05:46 +00:00
rtsig.c * rename ompi_event to opal_event 2005-07-03 23:09:55 +00:00
select.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
signal.c Fix nasty bug Josh was seeing where cntl-c wasn't working when orterun hangs up 2005-10-04 19:01:13 +00:00