Home
last modified time | relevance | path

Searched refs:ISC_ONCE_INIT (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Donce.h36 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT } macro
41 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlib.c48 static isc_once_t msgcat_once = ISC_ONCE_INIT;
87 static isc_once_t register_once = ISC_ONCE_INIT;
H A Drandom.c39 static isc_once_t once = ISC_ONCE_INIT;
H A Dresult.c111 static isc_once_t once = ISC_ONCE_INIT;
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dnet.c59 static isc_once_t once = ISC_ONCE_INIT;
60 static isc_once_t once_ipv6only = ISC_ONCE_INIT;
61 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;
H A Dstrerror.c66 static isc_once_t once = ISC_ONCE_INIT; in isc__strerror()
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c106 static isc_once_t once_ipv6only = ISC_ONCE_INIT;
111 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;
115 static isc_once_t once = ISC_ONCE_INIT;
H A Dstrerror.c53 static isc_once_t once = ISC_ONCE_INIT; in isc__strerror()
/freebsd/contrib/ntp/libntp/lib/isc/nothreads/include/isc/
H A Donce.h27 #define ISC_ONCE_INIT ISC_FALSE macro
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Donce.h36 #define ISC_ONCE_INIT { ISC_ONCE_INIT_NEEDED, 1 } macro