execution thread
Смотреть что такое "execution thread" в других словарях:
Thread (computer science) — This article is about the concurrency concept. For the multithreading in hardware, see Multithreading (computer architecture). For the form of code consisting entirely of subroutine calls, see Threaded code. For other uses, see Thread… … Wikipedia
Thread safety — is a computer programming concept applicable in the context of multi threaded programs. A piece of code is thread safe if it functions correctly during simultaneous execution by multiple threads. In particular, it must satisfy the need for… … Wikipedia
Thread (homonymie) — Thread Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom … Wikipédia en Français
Thread (informatique) — Pour les articles homonymes, voir Thread et Fil. Un processus avec deux threads. Un thread ou fil (d exécution) o … Wikipédia en Français
Thread pool pattern — In the thread pool pattern in programming, a number of threads are created to perform a number of tasks, which are usually organized in a queue. Typically, there are many more tasks than threads. As soon as a thread completes its task, it will… … Wikipedia
Thread — Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom. Sur les autres projets Wikimedia : « Thread », sur le Wiktionnaire (dictionnaire universel) Thread (de l anglais qui désigne à l origine un … Wikipédia en Français
Thread — Не следует путать с термином «Поток данных». Многопоточность свойство платформы (например, операционной системы, JVM и т. д.) или приложения, состоящее в том, что процесс, порождённый в операционной системе, может состоять из нескольких потоков,… … Википедия
thread — θred n. string, thin cord; spiral groove on a screw or bolt; chain of messages on a particular subject on the Internet (Computers); execution procedure which is part of an application (Computers) v. put a thread through a needle; pass something… … English contemporary dictionary
thread — ● ►en VF /xpjtzkq/ n. m. ● 1. ►PROG Tâche Légère en français. processus léger, correspondant à l exécution d un petit programme, ou d une routine d un programme plus gros, indépendamment de celui ci (on parle alors de multithread). ● 2.… … Dictionnaire d'informatique francophone
Multi-thread — Processus léger Pour les articles homonymes, voir Processus, Léger, Thread et Fil. Un processus avec deux process … Wikipédia en Français
Event dispatching thread — The event dispatching thread (EDT) is a background thread used in Java to process events from the Abstract Windowing Toolkit (AWT) graphical user interface event queue. These events are primarily update events that cause user interface components … Wikipedia