orte_quit_lock 33 orte/runtime/orte_locks.c opal_atomic_lock_t orte_quit_lock = OPAL_ATOMIC_LOCK_INIT; orte_quit_lock 43 orte/runtime/orte_locks.c opal_atomic_lock_init(&orte_quit_lock, OPAL_ATOMIC_LOCK_UNLOCKED); orte_quit_lock 39 orte/runtime/orte_locks.h ORTE_DECLSPEC extern opal_atomic_lock_t orte_quit_lock; orte_quit_lock 87 orte/runtime/orte_quit.c if (opal_atomic_trylock(&orte_quit_lock)) { /* returns 1 if already locked */