thread local信息详情

thread local发音

意思翻译

线程局部变量

相似词语短语

local───n.当地人;附近的小酒馆;慢车;当地的分支机构;炒股散户;本地新闻;局部;adj.当地的,地方性的;局部的;局域的;本地通话的;(火车)慢车的

thread───vi.通过;穿透过;n.线;螺纹;思路;衣服;线状物;玻璃纤维;路线;vt.穿过;穿线于;使交织

bobbin thread───底线,梭芯线; 梭心线

screw thread───n.螺纹

thread insert───螺纹嵌件;螺套

embroidery thread───绣花线;刺绣用线

raveling thread───散开的线

variegated thread───杂色线

nylon thread───尼龙线

双语使用场景

Username and password available in thread local storage.───线程本地存储中提供的用户名和密码。

Thread local strings are not supported───不支持线程局部字符串

This changes the thread local value of the var.───这改变了var的线程本地值。

Note that the address of a thread local variable is valid only as long as the thread in which the address was taken still exists.───请注意:只有在其中获取地址的线程仍然存在的情况下,线程本地变量的地址才有效。

In standard C, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.───在标准C中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。

A suggested variant is to use thread-local storage to instantiate one instance of a COM object for each worker thread.───微软推荐用户使用本地线程存储来给每个工作线程实例化COM对象。

Managed thread local storage provides dynamic data slots that are unique to a thread and application-domain combination.───托管线程本地存储区提供了某一线程和应用程序域组合所独有的动态数据槽。

Thread object and installs it in the thread-local store of that thread.───对象并将其安装在该线程的线程本地存储区中。

First the handler checks the thread local storage username and uses it if it is not null.───处理程序首先检查线程本地存储用户名,并使用它(如果不为空)。

英语使用场景

Through thread local storage ( TLS ), the CLR maintains an execution context for each thread.

For more information, see Thread Local Storage ( TLS ).

Do not use thread local storage unless thread affinity is guaranteed.

Another change is the introduction of TLS (Thread Local Storage) system calls, which allow for the allocation of one or more GDT (Global Descriptor Table) entries that can be used as thread registers.