updates           103 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h                                          int updates, int status)
updates           106 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         if( 0 != (PMIX_THREAD_ADD_FETCH32(&sync->count, -updates)) ) {
updates           111 opal/threads/wait_sync.h static inline void wait_sync_update(ompi_wait_sync_t *sync, int updates, int status)
updates           114 opal/threads/wait_sync.h         if( 0 != (OPAL_THREAD_ADD_FETCH32(&sync->count, -updates)) ) {
updates           130 orte/util/hostfile/hostfile.c static int hostfile_parse_line(int token, opal_list_t* updates,
updates           230 orte/util/hostfile/hostfile.c         if (keep_all || NULL == (node = hostfile_lookup(updates, node_name))) {
updates           237 orte/util/hostfile/hostfile.c             opal_list_append(updates, &node->super);
updates           248 orte/util/hostfile/hostfile.c         opal_list_append(updates, &node->super);
updates           293 orte/util/hostfile/hostfile.c         if (NULL == (node = hostfile_lookup(updates, node_name))) {
updates           300 orte/util/hostfile/hostfile.c             opal_list_append(updates, &node->super);
updates           363 orte/util/hostfile/hostfile.c                 opal_list_remove_item(updates, &node->super);
updates           374 orte/util/hostfile/hostfile.c                 opal_list_remove_item(updates, &node->super);
updates           393 orte/util/hostfile/hostfile.c                 opal_list_remove_item(updates, &node->super);
updates           408 orte/util/hostfile/hostfile.c                 opal_list_remove_item(updates, &node->super);
updates           421 orte/util/hostfile/hostfile.c             opal_list_remove_item(updates, &node->super);
updates           427 orte/util/hostfile/hostfile.c             opal_list_remove_item(updates, &node->super);
updates           447 orte/util/hostfile/hostfile.c static int hostfile_parse(const char *hostfile, opal_list_t* updates,
updates           505 orte/util/hostfile/hostfile.c             rc = hostfile_parse_line(token, updates, exclude, keep_all);