Searched refs:malloc_global_mutex (Results 1 – 4 of 4) sorted by relevance
1872 static MLOCK_T malloc_global_mutex = MUTEX_INITIAL_VALUE(malloc_global_mutex); variable1950 static MLOCK_T malloc_global_mutex = 0; variable1976 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0}; variable2038 static MLOCK_T malloc_global_mutex; variable2050 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()2075 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable2094 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);2098 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);
1901 static MLOCK_T malloc_global_mutex = 0; variable1927 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0}; variable1989 static MLOCK_T malloc_global_mutex; variable2001 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()2026 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable2045 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);2049 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);
1894 static MLOCK_T malloc_global_mutex = 0; variable1920 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0}; variable1982 static MLOCK_T malloc_global_mutex; variable1994 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()2019 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable2038 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);2042 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);
1892 static MLOCK_T malloc_global_mutex = 0; variable1918 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0}; variable1980 static MLOCK_T malloc_global_mutex; variable1992 InitializeCriticalSection(&malloc_global_mutex); in init_malloc_global_mutex()2017 static MLOCK_T malloc_global_mutex = PTHREAD_MUTEX_INITIALIZER; variable2036 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);2040 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);