Searched refs:MLOCK_T (Results 1 – 1 of 1) sorted by relevance
1895 #define MLOCK_T int macro1901 static MLOCK_T malloc_global_mutex = 0;1926 #define MLOCK_T struct malloc_recursive_lock macro1927 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0};1929 static FORCEINLINE void recursive_release_lock(MLOCK_T *lk) { in recursive_release_lock()1936 static FORCEINLINE int recursive_acquire_lock(MLOCK_T *lk) { in recursive_acquire_lock()1957 static FORCEINLINE int recursive_try_lock(MLOCK_T *lk) { in recursive_try_lock()1981 #define MLOCK_T CRITICAL_SECTION macro1989 static MLOCK_T malloc_global_mutex;2010 #define MLOCK_T pthread_mutex_t macro[all …]