Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Darc4_lock.c44 #ifdef THREADS_DISABLED
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c249 # if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) in daemon_init()
611 #ifdef THREADS_DISABLED
632 #endif /* THREADS_DISABLED */ in close_other_pipes()
646 #ifdef THREADS_DISABLED in thread_start()
679 #ifdef THREADS_DISABLED in daemon_start_others()
999 # if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) in daemon_delete()
H A Dremote.c711 #ifndef THREADS_DISABLED in print_stats()
745 #endif /* !THREADS_DISABLED */ in print_stats()
751 #ifdef THREADS_DISABLED in print_stats()
1361 #ifdef THREADS_DISABLED in check_RR_syntax()
1419 #ifdef THREADS_DISABLED in perform_data_remove()
1492 #ifdef THREADS_DISABLED in do_view_zone_add()
1541 #ifdef THREADS_DISABLED in do_view_data_add()
1664 #ifdef THREADS_DISABLED in do_lookup()
1726 #ifdef THREADS_DISABLED in do_flush_type()
3541 #ifdef THREADS_DISABLED in execute_cmd()
[all...]
H A Dworker.c2362 #ifndef THREADS_DISABLED in worker_delete()
2380 #ifndef THREADS_DISABLED in worker_send_query()
2390 #ifndef THREADS_DISABLED in worker_send_query()
2446 #ifndef THREADS_DISABLED in libworker_handle_service_reply()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c1626 #ifndef THREADS_DISABLED
1909 #ifndef THREADS_DISABLED in dtio_desetup()
2126 #ifndef THREADS_DISABLED
2173 #ifndef THREADS_DISABLED in dt_io_thread_start()
2185 #ifndef THREADS_DISABLED in dt_io_thread_stop()
2192 #ifndef THREADS_DISABLED in dt_io_thread_stop()
2220 #ifndef THREADS_DISABLED in dt_io_thread_stop()
/freebsd/contrib/unbound/util/
H A Dlog.c72 #ifndef THREADS_DISABLED
220 #ifndef THREADS_DISABLED in log_get_lock()
H A Dtcp_conn_limit.c70 #ifdef THREADS_DISABLED in tcl_list_free_node()
H A Dlocks.h260 #define THREADS_DISABLED 1 macro
H A Dnet_help.c1714 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_LOCK) && OPENSSL_VERSION_NUMBER < 0x10100000L in listen_sslctx_setup_ticket_keys()
1747 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_LOCK) && OPENSSL_VERSION_NUMBER < 0x10100000L in tls_session_ticket_key_cb()
1768 #if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED) && defined(CRYPTO_LOCK) && OPENSSL_VERSION_NUMBER < 0x10100000L in tls_session_ticket_key_cb()
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c51 #ifdef THREADS_DISABLED in bin_init()
127 #ifndef THREADS_DISABLED in bin_split()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c788 #ifndef THREADS_DISABLED in lz_enter_zones()
793 #ifndef THREADS_DISABLED in lz_enter_zones()
1085 #ifndef THREADS_DISABLED in lz_setup_implicit()
1126 #ifndef THREADS_DISABLED in lz_setup_implicit()
1141 #ifndef THREADS_DISABLED in lz_setup_implicit()
H A Drpz.c365 #ifdef THREADS_DISABLED in rpz_clientip_synthesized_rr_delete()
H A Dlisten_dnsport.c111 #ifndef THREADS_DISABLED
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c340 #ifdef THREADS_DISABLED in libworker_dobg()
368 #ifdef THREADS_DISABLED in libworker_dobg()
H A Dlibunbound.c557 #ifdef THREADS_DISABLED in ub_ctx_async()
/freebsd/contrib/unbound/respip/
H A Drespip.c79 #ifdef THREADS_DISABLED in resp_addr_del()
/freebsd/contrib/unbound/doc/
H A DChangelog10646 - if no threading, THREADS_DISABLED is defined for use in the code.