Searched refs:malloc_global_mutex (Results 1 – 1 of 1) sorted by relevance
1668 static MLOCK_T malloc_global_mutex = { 0, 0, 0}; variable1768 static MLOCK_T malloc_global_mutex = { 0, 0, 0}; variable1832 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable1864 static MLOCK_T malloc_global_mutex; variable1876 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()1910 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);1913 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);