Searched defs:POSTACTION (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2744 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2751 #ifndef POSTACTION
2752 #define POSTACTION(M) macro
2753 #endif /* POSTACTION */
3535 POSTACTION(m);
3566 POSTACTION(m); /* drop lock */
4695 POSTACTION(gm);
4805 POSTACTION(fm);
4980 POSTACTION(m);
5108 POSTACTION(
[all...]

Completed in 37 milliseconds