Home
last modified time | relevance | path

Searched refs:THREADS_DISABLED (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.c241 # if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) in daemon_init()
473 #ifdef THREADS_DISABLED
508 #ifdef THREADS_DISABLED in thread_start()
541 #ifdef THREADS_DISABLED in daemon_start_others()
800 # if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) in daemon_delete()
H A Dworker.c1893 #ifndef THREADS_DISABLED in worker_init()
1911 #ifndef THREADS_DISABLED in worker_init()
H A Dremote.c2994 #ifdef THREADS_DISABLED in execute_cmd()
/freebsd-12.1/contrib/unbound/compat/
H A Darc4_lock.c44 #ifdef THREADS_DISABLED
/freebsd-12.1/contrib/unbound/util/
H A Dlog.c71 #ifndef THREADS_DISABLED
212 #ifndef THREADS_DISABLED in log_get_lock()
H A Dtcp_conn_limit.c70 #ifdef THREADS_DISABLED in tcl_list_free_node()
H A Dlocks.h259 #define THREADS_DISABLED 1 macro
H A Dnet_help.c1194 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_L…
1227 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_L… in ub_openssl_lock_init()
1248 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_L… in ub_openssl_lock_delete()
/freebsd-12.1/contrib/unbound/util/storage/
H A Dlruhash.c51 #ifdef THREADS_DISABLED in bin_init()
126 #ifndef THREADS_DISABLED in bin_split()
/freebsd-12.1/contrib/unbound/libunbound/
H A Dlibworker.c339 #ifdef THREADS_DISABLED in libworker_dobg()
367 #ifdef THREADS_DISABLED in libworker_dobg()
H A Dlibunbound.c489 #ifdef THREADS_DISABLED in ub_ctx_async()
/freebsd-12.1/contrib/unbound/respip/
H A Drespip.c78 #ifdef THREADS_DISABLED in resp_addr_del()
/freebsd-12.1/contrib/unbound/services/
H A Dlisten_dnsport.c79 #ifndef THREADS_DISABLED
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog7317 - if no threading, THREADS_DISABLED is defined for use in the code.