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

/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c1641 bypassed, in which case you will need to define the type MLOCK_T,
1645 static MLOCK_T malloc_global_mutex = { initialization values };.
1660 #define MLOCK_T struct pthread_mlock_t macro
1668 static MLOCK_T malloc_global_mutex = { 0, 0, 0};
1670 static FORCEINLINE int pthread_acquire_lock (MLOCK_T *sl) {
1710 static FORCEINLINE void pthread_release_lock (MLOCK_T *sl) {
1725 static FORCEINLINE int pthread_try_lock (MLOCK_T *sl) {
1760 #define MLOCK_T struct win32_mlock_t macro
1768 static MLOCK_T malloc_global_mutex = { 0, 0, 0};
1770 static FORCEINLINE int win32_acquire_lock (MLOCK_T *s
1825 #define MLOCK_T macro
1856 #define MLOCK_T macro
[all...]
/external/libffi/src/
H A Ddlmalloc.c1393 #define MLOCK_T pthread_mutex_t macro
1399 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER;
1402 static MLOCK_T magic_init_mutex = PTHREAD_MUTEX_INITIALIZER;
1410 #define MLOCK_T long macro
1411 static int win32_acquire_lock (MLOCK_T *sl) {
1424 static void win32_release_lock (MLOCK_T *sl) {
1432 static MLOCK_T morecore_mutex;
1434 static MLOCK_T magic_init_mutex;
2028 MLOCK_T mutex; /* locate lock among fields that rarely change */
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1439 #define MLOCK_T pthread_mutex_t macro
1445 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER;
1448 static MLOCK_T magic_init_mutex = PTHREAD_MUTEX_INITIALIZER;
1456 #define MLOCK_T long macro
1457 static int win32_acquire_lock (MLOCK_T *sl) {
1470 static void win32_release_lock (MLOCK_T *sl) {
1478 static MLOCK_T morecore_mutex;
1480 static MLOCK_T magic_init_mutex;
2038 MLOCK_T mutex; /* locate lock among fields that rarely change */

Completed in 100 milliseconds