handler           101 ompi/mca/rte/orte/rte_orte_module.c static size_t handler = SIZE_MAX;
handler           124 ompi/mca/rte/orte/rte_orte_module.c     handler = evhandler_ref;
handler           201 ompi/mca/rte/orte/rte_orte_module.c         opal_pmix.deregister_evhandler(handler, NULL, NULL);
handler           863 ompi/mca/rte/pmix/rte_pmix_module.c static size_t handler = SIZE_MAX;
handler           886 ompi/mca/rte/pmix/rte_pmix_module.c     handler = evhandler_ref;
handler           951 ompi/mca/rte/pmix/rte_pmix_module.c     opal_pmix.deregister_evhandler(handler, NULL, NULL);
handler           211 opal/mca/event/libevent2022/libevent/signal.c     int evsignal, void (__cdecl *handler)(int))
handler           252 opal/mca/event/libevent2022/libevent/signal.c 	sa.sa_handler = handler;
handler           263 opal/mca/event/libevent2022/libevent/signal.c 	if ((sh = signal(evsignal, handler)) == SIG_ERR) {
handler           319 opal/mca/pmix/ext2x/ext2x.c             if (NULL != event->handler) {
handler           322 opal/mca/pmix/ext2x/ext2x.c                 event->handler(cd->status, &cd->pname,
handler          1090 opal/mca/pmix/ext2x/ext2x.c     op->event->handler = evhandler;
handler          1415 opal/mca/pmix/ext2x/ext2x.c     p->handler = NULL;
handler            75 opal/mca/pmix/ext2x/ext2x.h     opal_pmix_notification_fn_t handler;
handler           153 opal/mca/pmix/ext2x/ext2x.h     size_t handler;
handler           172 opal/mca/pmix/ext2x/ext2x.h         _cd->handler = (e);                                 \
handler           259 opal/mca/pmix/ext3x/ext3x.c             if (NULL != event->handler) {
handler           262 opal/mca/pmix/ext3x/ext3x.c                 event->handler(cd->status, &cd->pname,
handler          1319 opal/mca/pmix/ext3x/ext3x.c     op->event->handler = evhandler;
handler          1734 opal/mca/pmix/ext3x/ext3x.c     p->handler = NULL;
handler            69 opal/mca/pmix/ext3x/ext3x.h     opal_pmix_notification_fn_t handler;
handler           148 opal/mca/pmix/ext3x/ext3x.h     size_t handler;
handler           167 opal/mca/pmix/ext3x/ext3x.h         _cd->handler = (e);                                 \
handler           182 opal/mca/pmix/pmix4x/pmix/examples/server.c static pmix_event_t handler;
handler           267 opal/mca/pmix/pmix4x/pmix/examples/server.c     pmix_event_assign(&handler, pmix_globals.evbase, SIGCHLD,
handler           268 opal/mca/pmix/pmix4x/pmix/examples/server.c                       EV_SIGNAL|EV_PERSIST,wait_signal_callback, &handler);
handler           269 opal/mca/pmix/pmix4x/pmix/examples/server.c     pmix_event_add(&handler, NULL);
handler           213 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static pmix_event_t handler;
handler           394 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_event_assign(&handler, pmix_globals.evbase, SIGCHLD,
handler           395 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                       EV_SIGNAL|EV_PERSIST,wait_signal_callback, &handler);
handler           396 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_event_add(&handler, NULL);
handler           197 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static pmix_event_t handler;
handler           515 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     pmix_event_assign(&handler, pmix_globals.evbase, SIGCHLD,
handler           516 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                       EV_SIGNAL|EV_PERSIST,wait_signal_callback, &handler);
handler           517 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     pmix_event_add(&handler, NULL);
handler           182 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static pmix_event_t handler;
handler           306 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     pmix_event_assign(&handler, pmix_globals.evbase, SIGCHLD,
handler           307 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                       EV_SIGNAL|EV_PERSIST,wait_signal_callback, &handler);
handler           308 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     pmix_event_add(&handler, NULL);
handler           258 opal/mca/pmix/pmix4x/pmix4x.c             if (NULL != event->handler) {
handler           261 opal/mca/pmix/pmix4x/pmix4x.c                 event->handler(cd->status, &cd->pname,
handler          1306 opal/mca/pmix/pmix4x/pmix4x.c     op->event->handler = evhandler;
handler          1721 opal/mca/pmix/pmix4x/pmix4x.c     p->handler = NULL;
handler            69 opal/mca/pmix/pmix4x/pmix4x.h     opal_pmix_notification_fn_t handler;
handler           148 opal/mca/pmix/pmix4x/pmix4x.h     size_t handler;
handler           167 opal/mca/pmix/pmix4x/pmix4x.h         _cd->handler = (e);                                 \
handler           101 orte/runtime/orte_wait.c static opal_event_t handler;
handler           111 orte/runtime/orte_wait.c     opal_event_del(&handler);
handler           116 orte/runtime/orte_wait.c     opal_event_add(&handler, NULL);
handler           124 orte/runtime/orte_wait.c                    &handler, SIGCHLD, OPAL_EV_SIGNAL|OPAL_EV_PERSIST,
handler           126 orte/runtime/orte_wait.c                    &handler);
handler           127 orte/runtime/orte_wait.c     opal_event_set_priority(&handler, ORTE_SYS_PRI);
handler           129 orte/runtime/orte_wait.c     opal_event_add(&handler, NULL);
handler           136 orte/runtime/orte_wait.c     opal_event_del(&handler);
handler            90 orte/util/listener.c                            orte_listener_callback_fn_t handler)
handler           173 orte/util/listener.c     conn->handler = handler;
handler           302 orte/util/listener.c                                OPAL_EV_WRITE, listener->handler, pending_connection);
handler           366 orte/util/listener.c     p->handler = NULL;
handler            48 orte/util/listener.h     orte_listener_callback_fn_t handler;
handler            64 orte/util/listener.h                                          orte_listener_callback_fn_t handler);