notifications 122 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c rc = pmix_hotel_checkin(&pmix_globals.notifications, cd, &cd->room); notifications 129 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c pmix_hotel_knock(&pmix_globals.notifications, j, (void**)&pk); notifications 132 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c pmix_hotel_checkin_with_res(&pmix_globals.notifications, cd, &cd->room); notifications 148 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c pmix_hotel_checkout_and_return_occupant(&pmix_globals.notifications, idx, (void**)&pk); notifications 150 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c rc = pmix_hotel_checkin(&pmix_globals.notifications, cd, &cd->room); notifications 1086 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c pmix_hotel_checkout(&pmix_globals.notifications, cd->room); notifications 370 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c pmix_hotel_knock(&pmix_globals.notifications, j, (void**)&ncd); notifications 447 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c pmix_hotel_checkout(&pmix_globals.notifications, ncd->room); notifications 489 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h pmix_hotel_t notifications; // hotel of pending notifications notifications 119 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_finalize.c pmix_hotel_checkout_and_return_occupant(&pmix_globals.notifications, i, (void**)&cd); notifications 124 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_finalize.c PMIX_DESTRUCT(&pmix_globals.notifications); notifications 176 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c PMIX_CONSTRUCT(&pmix_globals.notifications, pmix_hotel_t); notifications 177 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c ret = pmix_hotel_init(&pmix_globals.notifications, pmix_globals.max_events, notifications 679 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_hotel_knock(&pmix_globals.notifications, i, (void**)&ncd); notifications 693 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_hotel_checkout(&pmix_globals.notifications, i); notifications 1856 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c pmix_hotel_knock(&pmix_globals.notifications, i, (void**)&cd); notifications 1914 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c pmix_hotel_checkout(&pmix_globals.notifications, cd->room); notifications 249 orte/orted/pmix/pmix_server.c OBJ_CONSTRUCT(&orte_pmix_server_globals.notifications, opal_list_t); notifications 366 orte/orted/pmix/pmix_server.c OPAL_LIST_DESTRUCT(&orte_pmix_server_globals.notifications); notifications 232 orte/orted/pmix/pmix_server_gen.c opal_list_append(&orte_pmix_server_globals.notifications, &info->super); notifications 265 orte/orted/pmix/pmix_server_gen.c OPAL_LIST_FOREACH_SAFE(iptr, nptr, &orte_pmix_server_globals.notifications, opal_value_t) { notifications 267 orte/orted/pmix/pmix_server_gen.c opal_list_remove_item(&orte_pmix_server_globals.notifications, &iptr->super); notifications 265 orte/orted/pmix/pmix_server_internal.h opal_list_t notifications;