morecore_mutex   1592 oshmem/mca/memheap/ptmalloc/malloc.c static MLOCK_T morecore_mutex = {0, 0, 0 };
morecore_mutex   1652 oshmem/mca/memheap/ptmalloc/malloc.c static MLOCK_T morecore_mutex = {0, 0 };
morecore_mutex   1715 oshmem/mca/memheap/ptmalloc/malloc.c static MLOCK_T morecore_mutex = {0, PTHREAD_MUTEX_INITIALIZER };
morecore_mutex   1730 oshmem/mca/memheap/ptmalloc/malloc.c static MLOCK_T morecore_mutex;
morecore_mutex   1749 oshmem/mca/memheap/ptmalloc/malloc.c static MLOCK_T morecore_mutex = NULL_LOCK_INITIALIZER;
morecore_mutex   1764 oshmem/mca/memheap/ptmalloc/malloc.c #define ACQUIRE_MORECORE_LOCK()    ACQUIRE_LOCK(&morecore_mutex);
morecore_mutex   1765 oshmem/mca/memheap/ptmalloc/malloc.c #define RELEASE_MORECORE_LOCK()    RELEASE_LOCK(&morecore_mutex);