Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1484 #define USE_LOCK_BIT (2U) macro
1486 #define USE_LOCK_BIT (0U) macro
2078 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2079 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2080 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2091 ((M)->mflags | USE_LOCK_BIT) :\
2092 ((M)->mflags & ~USE_LOCK_BIT))
2473 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT; in init_mparams()
2475 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT; in init_mparams()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1991 #define USE_LOCK_BIT (2U) macro
1993 #define USE_LOCK_BIT (0U) macro
2601 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2602 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2603 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2614 ((M)->mflags | USE_LOCK_BIT) :\
2615 ((M)->mflags & ~USE_LOCK_BIT))
3095 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT; in init_mparams()
3097 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT; in init_mparams()