Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Thread-local storage 8 found (33 total)

alternate case: thread-local storage

Memory segmentation (2,337 words) [view diff] exact match in snippet view article find links to article

processors lacking the NX bit or use the FS or GS registers to access thread-local storage. The x86-64 architecture does not support segmentation in "long mode"
FR-V (microprocessor) (810 words) [view diff] exact match in snippet view article
2008-04-25. Alexandre Oliva; Aldy Hernandez (2004-12-10). The FR-V thread-local storage ABI. Version 1.0. Red Hat, Inc. Archived from the original on 2012-02-11
Global Descriptor Table (738 words) [view diff] exact match in snippet view article find links to article
and GS, remain active and are often used by operating systems for thread-local storage or process-specific data (e.g., the Thread Environment Block in Windows
C++20 (4,914 words) [view diff] no match in snippet view article find links to article
structured bindings (interaction with lambda captures, static and thread_local storage duration) coroutines using on scoped enums constinit keyword ranges
Executable and Linkable Format (2,185 words) [view diff] case mismatch in snippet view article find links to article
Segment containing program header table itself. 0x00000007 PT_TLS Thread-Local Storage template. 0x60000000 PT_LOOS Reserved inclusive range. Operating
Common Lisp (11,969 words) [view diff] no match in snippet view article find links to article
of execution. Thus special variables serve as an abstraction for thread local storage. If one thread rebinds a special variable, this rebinding has no
HRESULT (1,362 words) [view diff] exact match in snippet view article find links to article
with an HRESULT and storing (a pointer to) an IErrorInfo object in thread-local storage. The IErrorInfo mechanism allows programs to associate a broad variety
MIPS architecture (8,176 words) [view diff] no match in snippet view article find links to article
register instead of the called function. For multi-threaded code, the thread local storage pointer is typically stored in special hardware register $29 and