async_lock        104 oshmem/mca/spml/ucx/spml_ucx.h     pthread_spinlock_t       async_lock;
async_lock        176 oshmem/mca/spml/ucx/spml_ucx.h         pthread_spin_lock(&mca_spml_ucx.async_lock);
async_lock        183 oshmem/mca/spml/ucx/spml_ucx.h         pthread_spin_unlock(&mca_spml_ucx.async_lock);
async_lock        159 oshmem/mca/spml/ucx/spml_ucx_component.c     if (pthread_spin_trylock(&mca_spml_ucx.async_lock)) {
async_lock        164 oshmem/mca/spml/ucx/spml_ucx_component.c     pthread_spin_unlock(&mca_spml_ucx.async_lock);
async_lock        173 oshmem/mca/spml/ucx/spml_ucx_component.c     if (pthread_spin_trylock(&mca_spml_ucx.async_lock)) {
async_lock        181 oshmem/mca/spml/ucx/spml_ucx_component.c     pthread_spin_unlock(&mca_spml_ucx.async_lock);
async_lock        269 oshmem/mca/spml/ucx/spml_ucx_component.c         pthread_spin_init(&mca_spml_ucx.async_lock, 0);
async_lock        355 oshmem/mca/spml/ucx/spml_ucx_component.c         pthread_spin_destroy(&mca_spml_ucx.async_lock);