2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-08 10:35:32 +00:00
Files
bind/lib/isc/pthreads/include
Ondřej Surý 46919579bb Make isc_thread_join() assert internally on failure
Previously isc_thread_join() would return ISC_R_UNEXPECTED on a failure to
create new thread.  All such occurences were caught and wrapped into assert
function at higher level.  The function was simplified to assert directly in the
isc_thread_join() function and all caller level assertions were removed.
2019-07-31 11:56:58 +02:00
..