Files
bind9/lib/isc/include/isc
Evan Hunt 63659e2e3a complete removal of isc_loop_current()
isc_loop() can now take its place.

This also requires changes to the test harness - instead of running the
setup and teardown outside of th main loop, we now schedule the setup
and teardown to run on the loop (via isc_loop_setup() and
isc_loop_teardown()) - this is needed because the new the isc_loop()
call has to be run on the active event loop, but previously the
isc_loop_current() (and the variants like isc_loop_main()) would work
even outside of the loop because it needed just isc_tid() to work, but
not the full loop (which was mainly true for the main thread).
2024-04-02 10:35:56 +02:00
..
2024-04-02 10:35:56 +02:00
2023-08-31 22:08:35 +02:00
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-09-19 19:56:33 +02:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2023-10-25 12:36:13 +02:00
2023-02-15 16:44:47 +00:00
2024-04-02 10:35:56 +02:00
2023-02-16 18:35:32 +01:00
2024-01-18 09:34:36 +01:00
2023-12-06 15:15:25 +02:00
2023-12-06 15:15:24 +02:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:09 +00:00
2023-09-16 07:32:17 +02:00
2022-10-17 11:58:26 +01:00