Home
last modified time | relevance | path

Searched refs:PREACTION (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2697 #ifndef PREACTION
2698 #define PREACTION(M) (0) macro
3431 if (!PREACTION(m)) { in internal_mallinfo()
3470 if (!PREACTION(m)) { in internal_malloc_stats()
4406 if (!PREACTION(m)) { in internal_realloc()
4501 if (PREACTION(m)) return 0; in internal_memalign()
4632 if (PREACTION(m)) return 0; in ialloc()
4723 if (!PREACTION(gm)) { in dlmalloc()
4849 if (!PREACTION(fm)) { in dlfree()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2165 #ifndef PREACTION
2166 #define PREACTION(M) (0) macro
2846 if (!PREACTION(m)) { in internal_mallinfo()
2887 if (!PREACTION(m)) { in internal_malloc_stats()
3810 if (!PREACTION(m)) { in internal_realloc()
3901 if (PREACTION(m)) return 0; in internal_memalign()
4031 if (PREACTION(m)) return 0; in ialloc()
4118 if (!PREACTION(gm)) { in dlmalloc()
4244 if (!PREACTION(fm)) { in dlfree()
[all …]