orte_abort_inprogress_lock  812 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     if (opal_atomic_trylock(&orte_abort_inprogress_lock)) { /* returns 1 if already locked */
orte_abort_inprogress_lock  889 orte/mca/ess/hnp/ess_hnp_module.c     if (opal_atomic_trylock(&orte_abort_inprogress_lock)) { /* returns 1 if already locked */
orte_abort_inprogress_lock   31 orte/runtime/orte_locks.c opal_atomic_lock_t orte_abort_inprogress_lock = OPAL_ATOMIC_LOCK_INIT;
orte_abort_inprogress_lock   41 orte/runtime/orte_locks.c     opal_atomic_lock_init(&orte_abort_inprogress_lock, OPAL_ATOMIC_LOCK_UNLOCKED);
orte_abort_inprogress_lock   37 orte/runtime/orte_locks.h ORTE_DECLSPEC extern opal_atomic_lock_t orte_abort_inprogress_lock;