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

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h143 #define ISC_MEMFLAG_NOLOCK 0x00000001 /* no lock is necessary */ macro
327 * If ISC_MEMFLAG_NOLOCK is set in 'flags', the corresponding memory context
/bind-9.11.3/lib/isc/
H A Dmem.c32 #define MCTXLOCK(m, l) if (((m)->flags & ISC_MEMFLAG_NOLOCK) == 0) LOCK(l)
33 #define MCTXUNLOCK(m, l) if (((m)->flags & ISC_MEMFLAG_NOLOCK) == 0) UNLOCK(l)
912 if ((flags & ISC_MEMFLAG_NOLOCK) == 0) {
1018 if ((ctx->flags & ISC_MEMFLAG_NOLOCK) == 0)
1094 if ((ctx->flags & ISC_MEMFLAG_NOLOCK) == 0)

Completed in 19 milliseconds