Jump to content

DDK Glossary - T: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page Text window to DDK Glossary - T
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
See VIO window.
;text window:See VIO window.
;thread:The smallest unit of operation to be performed within a process.
;thunk:term used to describe the process of address conversion, stack, and structure realignment that is necessary when passing control between 16-bit and 32-bit modules.
;thunk layer:An interface that converts 32-bit parameters to 16-bit parameters, and maps linear addresses to segmented addresses.
;time slice
#The period of processing time allocated for running a program.
#An interval of time on the processing unit allocated for use in performing a task. After the interval has expired, processing unit time is allocated to another task, so a task cannot monopolize processing unit time beyond a fixed limit.
;tuple:In a relational database, a part of a relation that uniquely describes an entity and its attribute.


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 01:14, 14 July 2019

text window
See VIO window.
thread
The smallest unit of operation to be performed within a process.
thunk
term used to describe the process of address conversion, stack, and structure realignment that is necessary when passing control between 16-bit and 32-bit modules.
thunk layer
An interface that converts 32-bit parameters to 16-bit parameters, and maps linear addresses to segmented addresses.
time slice
  1. The period of processing time allocated for running a program.
  2. An interval of time on the processing unit allocated for use in performing a task. After the interval has expired, processing unit time is allocated to another task, so a task cannot monopolize processing unit time beyond a fixed limit.
tuple
In a relational database, a part of a relation that uniquely describes an entity and its attribute.