mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-19 16:44:42 -04:00
A shutdown event specification is no longer part of the isc_task_create() API. Multiple shutdown events can be requested with isc_task_onshutdown(). Shutdown events are posted LIFO. The ability to send events can be enabled and disabled with isc_task_allowsend(). Event actions return void; the only way to shutdown a task is to call isc_task_shutdown(). There are no implicit event discards anymore. (There is no need for them, since event actions cannot request immediate shutdown anymore.) |
||
|---|---|---|
| .. | ||
| include | ||
| pthreads | ||
| unix | ||
| win32 | ||
| .cvsignore | ||
| assertions.c | ||
| buffer.c | ||
| error.c | ||
| heap.c | ||
| Makefile.in | ||
| mem.c | ||
| rbtgen.c | ||
| result.c | ||
| rwlock.c | ||
| task.c | ||
| timer.c | ||
| util.h | ||
| version.c | ||