pthread_mutex_trylock   71 opal/mca/event/libevent2022/libevent/evthread_pthread.c 		return pthread_mutex_trylock(lock);
pthread_mutex_trylock  123 opal/mca/pmix/pmix4x/pmix/src/threads/mutex_unix.h     int ret = pthread_mutex_trylock(&m->m_lock_pthread);
pthread_mutex_trylock  131 opal/mca/pmix/pmix4x/pmix/src/threads/mutex_unix.h     return pthread_mutex_trylock(&m->m_lock_pthread);
pthread_mutex_trylock  122 opal/threads/mutex_unix.h     int ret = pthread_mutex_trylock(&m->m_lock_pthread);
pthread_mutex_trylock  130 opal/threads/mutex_unix.h     return pthread_mutex_trylock(&m->m_lock_pthread);
pthread_mutex_trylock 1681 oshmem/mca/memheap/ptmalloc/malloc.c   if(!pthread_mutex_trylock(&(sl)->l)){