mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-04 17:24:47 -04:00
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. |
||
|---|---|---|
| .. | ||
| 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 | ||
| md_test.c | ||
| mem_test.c | ||
| netaddr_test.c | ||
| netmgr_test.c | ||
| 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 | ||
| uv_wrap.h | ||