0%

multithreaded

M m

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of multithreaded word

  • abbreviation Technical meaning of MULTITHREADED multithreading 3
  • noun Definition of multithreaded in Technology (parallel)   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. 1
  • adjective multithreaded (computing) Of an application program, having more than one thread of execution; thus taking advantage of multi-tasking operating systems and hardware. 0
  • adjective multithreaded (computing) Of a programming language, able to produce such programs. 0

Information block about the term

Parts of speech for Multithreaded

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?