Home
last modified time | relevance | path

Searched refs:malloc_global_mutex_status (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1990 static volatile LONG malloc_global_mutex_status; variable
1995 long stat = malloc_global_mutex_status; in init_malloc_global_mutex()
2000 interlockedcompareexchange(&malloc_global_mutex_status, (LONG)-1, (LONG)0) == 0) { in init_malloc_global_mutex()
2002 interlockedexchange(&malloc_global_mutex_status, (LONG)1); in init_malloc_global_mutex()
3116 if (malloc_global_mutex_status <= 0) in init_mparams()
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c1983 static volatile LONG malloc_global_mutex_status; variable
1988 long stat = malloc_global_mutex_status; in init_malloc_global_mutex()
1993 interlockedcompareexchange(&malloc_global_mutex_status, (LONG)-1, (LONG)0) == 0) { in init_malloc_global_mutex()
1995 interlockedexchange(&malloc_global_mutex_status, (LONG)1); in init_malloc_global_mutex()
3106 if (malloc_global_mutex_status <= 0) in init_mparams()
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2039 static volatile LONG malloc_global_mutex_status; variable
2044 long stat = malloc_global_mutex_status; in init_malloc_global_mutex()
2049 interlockedcompareexchange(&malloc_global_mutex_status, (LONG)-1, (LONG)0) == 0) { in init_malloc_global_mutex()
2051 interlockedexchange(&malloc_global_mutex_status, (LONG)1); in init_malloc_global_mutex()
3157 if (malloc_global_mutex_status <= 0) in init_mparams()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c1981 static volatile LONG malloc_global_mutex_status; variable
1986 long stat = malloc_global_mutex_status; in init_malloc_global_mutex()
1991 interlockedcompareexchange(&malloc_global_mutex_status, (LONG)-1, (LONG)0) == 0) { in init_malloc_global_mutex()
1993 interlockedexchange(&malloc_global_mutex_status, (LONG)1); in init_malloc_global_mutex()
3099 if (malloc_global_mutex_status <= 0) in init_mparams()