Searched refs:ISC_MEMFLAG_NOLOCK (Results 1 – 2 of 2) sorted by relevance
146 #define ISC_MEMFLAG_NOLOCK 0x00000001 /* no lock is necessary */ macro
41 #define MCTXLOCK(m, l) if (((m)->flags & ISC_MEMFLAG_NOLOCK) == 0) LOCK(l)42 #define MCTXUNLOCK(m, l) if (((m)->flags & ISC_MEMFLAG_NOLOCK) == 0) UNLOCK(l)923 if ((flags & ISC_MEMFLAG_NOLOCK) == 0) { in isc__mem_createx2()1029 if ((ctx->flags & ISC_MEMFLAG_NOLOCK) == 0) in isc__mem_createx2()1115 if ((ctx->flags & ISC_MEMFLAG_NOLOCK) == 0) in destroy()