bind9/lib/ns/tests
Ondřej Surý 0582478c96 Remove isc_task_destroy() and isc_task_shutdown()
After removing the isc_task_onshutdown(), the isc_task_shutdown() and
isc_task_destroy() became obsolete.

Remove calls to isc_task_shutdown() and replace the calls to
isc_task_destroy() with isc_task_detach().

Simplify the internal logic to destroy the task when the last reference
is removed.
2022-05-12 14:55:49 +02:00
..
testdata Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
listenlist_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
notify_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nstest.c Remove isc_task_destroy() and isc_task_shutdown() 2022-05-12 14:55:49 +02:00
nstest.h Make netmgr the authority on number of threads running 2022-03-18 21:53:28 +01:00
plugin_test.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
query_test.c Remove extra copies and stray members from ns_client_t 2022-03-25 10:18:11 +01:00