Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1445 #define MLOCK_T pthread_mutex_t macro
1451 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER;
1454 static MLOCK_T magic_init_mutex = PTHREAD_MUTEX_INITIALIZER;
1457 #define MLOCK_T HMTX macro
1462 static MLOCK_T morecore_mutex;
1464 static MLOCK_T magic_init_mutex;
1472 #define MLOCK_T long macro
1473 static int win32_acquire_lock (MLOCK_T *sl) { in win32_acquire_lock()
1486 static void win32_release_lock (MLOCK_T *sl) { in win32_release_lock()
1494 static MLOCK_T morecore_mutex;
[all …]
/external/libffi/src/
Ddlmalloc.c1440 #define MLOCK_T pthread_mutex_t macro
1446 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER;
1449 static MLOCK_T magic_init_mutex = PTHREAD_MUTEX_INITIALIZER;
1452 #define MLOCK_T HMTX macro
1457 static MLOCK_T morecore_mutex;
1459 static MLOCK_T magic_init_mutex;
1467 #define MLOCK_T long macro
1468 static int win32_acquire_lock (MLOCK_T *sl) { in win32_acquire_lock()
1481 static void win32_release_lock (MLOCK_T *sl) { in win32_release_lock()
1489 static MLOCK_T morecore_mutex;
[all …]
/external/dlmalloc/
Dmalloc.c1888 #define MLOCK_T int macro
1894 static MLOCK_T malloc_global_mutex = 0;
1919 #define MLOCK_T struct malloc_recursive_lock macro
1920 static MLOCK_T malloc_global_mutex = { 0, 0, (THREAD_ID_T)0};
1922 static FORCEINLINE void recursive_release_lock(MLOCK_T *lk) { in recursive_release_lock()
1929 static FORCEINLINE int recursive_acquire_lock(MLOCK_T *lk) { in recursive_acquire_lock()
1950 static FORCEINLINE int recursive_try_lock(MLOCK_T *lk) { in recursive_try_lock()
1974 #define MLOCK_T CRITICAL_SECTION macro
1982 static MLOCK_T malloc_global_mutex;
2003 #define MLOCK_T pthread_mutex_t macro
[all …]