Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1499 #define USE_LOCK_BIT (2U) macro
1501 #define USE_LOCK_BIT (0U) macro
2126 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2127 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2128 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2139 ((M)->mflags | USE_LOCK_BIT) :\
2140 ((M)->mflags & ~USE_LOCK_BIT))
2521 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT; in init_mparams()
2523 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT; in init_mparams()
/external/libffi/src/
Ddlmalloc.c1494 #define USE_LOCK_BIT (2U) macro
1496 #define USE_LOCK_BIT (0U) macro
2121 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2122 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2123 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2134 ((M)->mflags | USE_LOCK_BIT) :\
2135 ((M)->mflags & ~USE_LOCK_BIT))
2516 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT; in init_mparams()
2518 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT; in init_mparams()
/external/dlmalloc/
Dmalloc.c1805 #define USE_LOCK_BIT (0U) macro
2035 #define USE_LOCK_BIT (2U) macro
2644 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2645 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2647 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2665 ((M)->mflags | USE_LOCK_BIT) :\
2666 ((M)->mflags & ~USE_LOCK_BIT))
3152 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT; in init_mparams()
3154 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT; in init_mparams()