Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dmem.h146 #define ISC_MEMFLAG_NOLOCK 0x00000001 /* no lock is necessary */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dmem.c41 #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()