attempt           218 opal/class/opal_fifo.h     int attempt = 0, ret = 0;
attempt           222 opal/class/opal_fifo.h         if (++attempt == 5) {
attempt           226 opal/class/opal_fifo.h             attempt = 0;
attempt           222 opal/class/opal_lifo.h     int attempt = 0, ret;
attempt           225 opal/class/opal_lifo.h         if (++attempt == 5) {
attempt           229 opal/class/opal_lifo.h             attempt = 0;
attempt            64 opal/mca/shmem/posix/shmem_posix_common_utils.c     int attempt = 0, fd = -1;
attempt            76 opal/mca/shmem/posix/shmem_posix_common_utils.c                  OPAL_SHMEM_POSIX_FILE_NAME_PREFIX, attempt++);
attempt           104 opal/mca/shmem/posix/shmem_posix_common_utils.c     } while (attempt < OPAL_SHMEM_POSIX_MAX_ATTEMPTS);
attempt           107 opal/mca/shmem/posix/shmem_posix_common_utils.c     if (attempt >= OPAL_SHMEM_POSIX_MAX_ATTEMPTS) {