User Tools

Site Tools


thread.htm
Navigation:  Glossary Index >====== thread ============ In a multi-threaded operating system such as Windows NT, the thread is the basic entity to which the operating system allocates a slice of CPU time. The thread has access to the same code, data, and system resources as the task (program) which started it. Clarion START threads do not receive separate “timeslices” from Windows; the run time library “slices” the Clarion thread and “divides” it among the Clarion START threads. ====== Previous pageReturn to chapter overviewNext page
thread.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1