Searched refs:MLOCK_T (Results 1 – 2 of 2) sorted by relevance
1749 #define MLOCK_T struct pthread_mlock_t macro1757 static MLOCK_T malloc_global_mutex = { 0, 0, 0};1759 static FORCEINLINE int pthread_acquire_lock (MLOCK_T *sl) { in pthread_acquire_lock()1799 static FORCEINLINE void pthread_release_lock (MLOCK_T *sl) { in pthread_release_lock()1814 static FORCEINLINE int pthread_try_lock (MLOCK_T *sl) { in pthread_try_lock()1849 #define MLOCK_T struct win32_mlock_t macro1857 static MLOCK_T malloc_global_mutex = { 0, 0, 0};1859 static FORCEINLINE int win32_acquire_lock (MLOCK_T *sl) { in win32_acquire_lock()1881 static FORCEINLINE void win32_release_lock (MLOCK_T *sl) { in win32_release_lock()1890 static FORCEINLINE int win32_try_lock (MLOCK_T *sl) { in win32_try_lock()[all …]
1417 #define MLOCK_T pthread_mutex_t1430 #define MLOCK_T OS_EVENT* macro1437 static MLOCK_T morecore_mutex = NULL;1441 static MLOCK_T magic_init_mutex = NULL;1457 #define MLOCK_T long macro1458 static int win32_acquire_lock (MLOCK_T *sl) { in win32_acquire_lock()1471 static void win32_release_lock (MLOCK_T *sl) { in win32_release_lock()1479 static MLOCK_T morecore_mutex;1481 static MLOCK_T magic_init_mutex;2042 MLOCK_T mutex; /* locate lock among fields that rarely change */