bind9/lib/isc/pthreads
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
..
include Make isc_thread_join() assert internally on failure 2019-07-31 11:56:58 +02:00
condition.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Makefile.in address win32 build issues 2018-05-22 16:32:21 -07:00
mutex.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
thread.c Make isc_thread_join() assert internally on failure 2019-07-31 11:56:58 +02:00