bind9/tests/isc
Ondřej Surý deae974366 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-07-13 13:19:32 +02:00
..
testdata/file
aes_test.c
buffer_test.c
counter_test.c
crc64_test.c
doh_test.c
errno_test.c
file_test.c
hash_test.c
heap_test.c
hmac_test.c
ht_test.c
lex_test.c
Makefile.am Add tests/isc/uv_wrap.h to Makefile.am 2022-06-01 17:08:37 +02:00
md_test.c
mem_test.c
netaddr_test.c
netmgr_test.c *_noresponse, tlsdns_listen_noalpn: csends == 1 is not guaranteed 2022-07-12 14:40:22 +03:00
parse_test.c
quota_test.c
radix_test.c
random_test.c
regex_test.c
result_test.c
safe_test.c
siphash_test.c
sockaddr_test.c
stats_test.c
symtab_test.c
task_test.c
time_test.c
timer_test.c Directly cause assertion failure on pthreads primitives failure 2022-07-13 13:19:32 +02:00
uv_wrap.h