Library
	thread

indexing
	description: "EiffelThread: Multithreading facilities for Eiffel.
      Copyright (c) 1984-2006, Eiffel Software and others.
      Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)."

Subclusters
	thread.thread
	thread.thread_dotnet

Classes
	CONDITION_VARIABLE
	MUTEX
	READ_WRITE_LOCK
	SEMAPHORE
	THREAD*
	THREAD_ATTRIBUTES
	THREAD_CONTROL
	WORKER_THREAD