bind9/lib/isc
Bob Halley 131b0092c6 Improvements to the task shutdown process:
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.)
1998-12-16 02:02:10 +00:00
..
include Improvements to the task shutdown process: 1998-12-16 02:02:10 +00:00
pthreads the great type change 1998-12-13 23:45:21 +00:00
unix the great type change 1998-12-13 23:45:21 +00:00
win32 update copyrights 1998-12-12 20:48:14 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
assertions.c the great type change 1998-12-13 23:45:21 +00:00
buffer.c the great type change 1998-12-13 23:45:21 +00:00
error.c update copyrights 1998-12-12 20:48:14 +00:00
heap.c the great type change 1998-12-13 23:45:21 +00:00
Makefile.in fix srcdir problems 1998-12-12 02:00:01 +00:00
mem.c the great type change 1998-12-13 23:45:21 +00:00
rbtgen.c update copyrights 1998-12-12 20:48:14 +00:00
result.c minor shutdown message improvement 1998-12-16 01:56:36 +00:00
rwlock.c convert to util.h 1998-12-13 02:04:22 +00:00
task.c Improvements to the task shutdown process: 1998-12-16 02:02:10 +00:00
timer.c the great type change 1998-12-13 23:45:21 +00:00
util.h add 1998-12-13 02:00:01 +00:00
version.c add version stamp 1998-12-11 20:26:40 +00:00