Home | History | Annotate | Download | only in src

Lines Matching refs:morecore_mutex

1379   * If HAVE_MORECORE, morecore_mutex protects sequences of calls to
1399 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER;
1432 static MLOCK_T morecore_mutex;
1444 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);
1445 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);