Files
bind9/lib
Ondřej Surý ce3b3c1d80 Directly cause assertion failure on pthreads primitives failure
Instead of returning error values from isc_rwlock_*(), isc_mutex_*(),
and isc_condition_*() macros/functions and subsequently carrying out
runtime assertion checks on the return values in the calling code,
trigger assertion failures directly in those macros/functions whenever
any pthread function returns an error, as there is no point in
continuing execution in such a case anyway.
-
..
2022-06-16 17:21:11 +02:00
2022-06-30 15:24:08 +02:00