Searched refs:morecore_mutex (Results 1 – 1 of 1) sorted by relevance
1437 static MLOCK_T morecore_mutex = NULL; variable1446 INITIAL_LOCK(&morecore_mutex); in dlinit()1479 static MLOCK_T morecore_mutex; variable1491 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);1492 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);