catflap.org Online Dictionary Query |
12 definitions found
From The Free On-line Dictionary of Computing (27 SEP 03) : [ foldoc ]
multithreading
Sharing a single CPU between multiple tasks (or
"threads") in a way designed to minimise the time required to
switch threads. This is accomplished by sharing as much as
possible of the program execution environment between the
different threads so that very little state needs to be saved
and restored when changing thread.
Multithreading differs from multitasking in that threads
share more of their environment with each other than do tasks
under multitasking. Threads may be distinguished only by the
value of their program counters and stack pointers while
sharing a single address space and set of global
variables. There is thus very little protection of one
thread from another, in contrast to multitasking.
Multithreading can thus be used for very fine-grain
multitasking, at the level of a few instructions, and so can
hide latency by keeping the processor busy after one thread
issues a long-latency instruction on which subsequent
instructions in that thread depend.
A light-weight process is somewhere between a thread and a
full process.
TL0 is an example of a threaded machine language.
Dataflow computation (E.g. Id and SISAL) is an extreme
form of multithreading.
(1997-12-23)
From English Wiktionary: All languages (2023-07-27) : [ dictinfo.com:wikt-en-ALL-2023-07-27 ]
multithreading
n.
(lb en computing) The use of multithreaded code.
From English Wiktionary: English language only (2023-07-27) : [ dictinfo.com:wikt-en-en-2023-07-27 ]
multithreading
n.
(lb en computing) The use of multithreaded code.
From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]
multithreading
n.
(lb en computing) The use of multithreaded code.
From English Wiktionary: Western languages only (2023-07-27) : [ dictinfo.com:wikt-en-Western-2023-07-27 ]
multithreading
n.
(lb en computing) The use of multithreaded code.
From Swedish Wiktionary: All languages (2023-07-27) : [ dictinfo.com:wikt-sv-ALL-2023-07-27 ]
multithreading
Engelska n.
(tagg data språk=en) flertrådning
From German - English Ding/FreeDict dictionary ver. 1.9-fd1 : [ freedict:deu-eng ]
Multi-threading /mˈʊltiː tɾˈeːadˌɪŋ/
multi-threading , multithreading
Synonym: Multithreading
From German - English Ding/FreeDict dictionary ver. 1.9-fd1 : [ freedict:deu-eng ]
Multithreading /mˈʊltɪtɾˌeːadˌɪŋ/
[comp.] multi-threading , multithreading
Synonym: Multi-threading
From English - German Ding/FreeDict dictionary ver. 1.9-fd1 : [ freedict:eng-deu ]
multi-threading /mˈʌlti θɹˈɛdɪŋ/
Multi-threading, Multithreading [comp.]
Synonym: multithreading
From English - German Ding/FreeDict dictionary ver. 1.9-fd1 : [ freedict:eng-deu ]
multithreading /mˌʌltɪθɹˈɛdɪŋ/
Multi-threading, Multithreading [comp.]
Synonym: multi-threading
From français-Svenska FreeDict+WikDict dictionary ver. 2023.05.29 : [ freedict:fra-swe ]
multithreading /myl.ti.sʁɛd.iŋ/
flertrådning
From XDICT the English-Chinese dictionary : [ xdict ]
多线程
Questions or comments about this site? Contact dictionary@catflap.org
Access Stats