1
1
openmpi/opal/mca/event
Ralph Castain c56185887b Change the event base "wakeup" support to enable the passing of events to the central thread for add/del. Add a macro OPAL_UPDATE_EVBASE for this purpose as it will likely be widely used.
Update the ORTE thread support to utilize this capability. Update the rmcast framework to track the change.

This commit was SVN r24121.
2010-12-01 04:26:43 +00:00
..
base Add support for internal libevent threading support. Add configure logic to define an appropriate flag, and then use that flag to expose the required functions. 2010-11-24 23:24:53 +00:00
libevent207 Change the event base "wakeup" support to enable the passing of events to the central thread for add/del. Add a macro OPAL_UPDATE_EVBASE for this purpose as it will likely be widely used. 2010-12-01 04:26:43 +00:00
configure.m4 Fixes for vpath builds; this should enable 'make dist' again. 2010-10-29 22:07:52 +00:00
event.h Convert the opal_event framework to use direct function calls instead of hiding functions behind function pointers. Eliminate the opal_object_t abstraction of libevent's event struct so it can be directly passed to the libevent functions. 2010-10-28 15:22:46 +00:00
Makefile.am Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac. 2010-10-24 18:35:54 +00:00