Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2078 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2601 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }