Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1757 static MLOCK_T malloc_global_mutex = { 0, 0, 0}; variable
1857 static MLOCK_T malloc_global_mutex = { 0, 0, 0}; variable
1921 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable
1953 static MLOCK_T malloc_global_mutex; variable
1965 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()
1999 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);
2002 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);