INITIAL_LOCK 1584 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(sl) (memset((sl), 0, sizeof(MLOCK_T)), 0) INITIAL_LOCK 1644 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(sl) (memset(sl, 0, sizeof(MLOCK_T)), 0) INITIAL_LOCK 1707 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(sl) pthread_init_lock(sl) INITIAL_LOCK 1722 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(s) (!InitializeCriticalSectionAndSpinCount((s), 4000) INITIAL_LOCK 1760 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(l)