Searched refs:MTEXCLUSIVE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.h44 #define MTEXCLUSIVE 5 /* Use exclusive BINs for low numbered thrs */ macro
H A Dmtmalloc.c65 * MTEXCLUSIVE is not enabled the calling thread is vectored into one
67 * contention-reducing index to use. If MTEXCLUSIVE has been enabled,
70 * > 2*NCPUS, then it is routed as if MTEXCLUSIVE is not enabled.
867 case MTEXCLUSIVE:
946 * after that we can accept MTEXCLUSIVE or MTCHUNKSIZE
966 } else if (strcmp(opt, "MTEXCLUSIVE") == 0) {

Completed in 24 milliseconds