Home
last modified time | relevance | path

Searched refs:morecore_mutex (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1437 static MLOCK_T morecore_mutex = NULL; variable
1446 INITIAL_LOCK(&morecore_mutex); in dlinit()
1479 static MLOCK_T morecore_mutex; variable
1491 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);
1492 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);