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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1797 bypassed, in which case you will need to define the type MLOCK_T,
1800 static MLOCK_T malloc_global_mutex = { initialization values };.
1820 /* static MLOCK_T malloc_global_mutex = ... */
1888 #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) {
1929 static FORCEINLINE int recursive_acquire_lock(MLOCK_T *lk) {
1950 static FORCEINLINE int recursive_try_lock(MLOCK_T *l
1974 #define MLOCK_T macro
2003 #define MLOCK_T macro
[all...]

Completed in 35 milliseconds