Searched refs:morecore_mutex (Results 1 – 2 of 2) sorted by relevance
1399 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER; variable1432 static MLOCK_T morecore_mutex; variable1444 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);1445 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);
1445 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER; variable1478 static MLOCK_T morecore_mutex; variable1490 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);1491 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);