Welcome![Sign In][Sign Up]
Location:
Search - thread local storage

Search list

[Process-ThreadTLS_TEST

Description: 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
Platform: | Size: 7279 | Author: 李洪斌 | Hits:

[OS programtls

Description: Simplify the Use of Thread Local Storage 关于线程本地存储的简单示范
Platform: | Size: 8776 | Author: mars | Hits:

[Other resourcethreadsandprocesses

Description: // DLL example program (1) to demonstrate Thread Local Storage (TLS). // This DLL implements the two classes CSetter and CGeneral // // CSetter is used to set up the static text string, delete it, change it and display // its content. // // CGeneral can show the content. // // The point being made here is that the text string is, effectively, static writeable data. // It is accessible by all classes implemented in the DLL. // // CSetter is the only class which sets the static data in this example but, in general, // any class implemented in the DLL can change/delete/fetch the data // through the pointer in thread local storage - it is a matter of application design. // //
Platform: | Size: 8190 | Author: 张强 | Hits:

[Process-ThreadTLS_TEST

Description: 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
Platform: | Size: 7168 | Author: 李洪斌 | Hits:

[OS programtls

Description: Simplify the Use of Thread Local Storage 关于线程本地存储的简单示范-Simplify the Use of Thread Local Storage Thread Local Storage on a simple model
Platform: | Size: 8192 | Author: mars | Hits:

[OS programProgrammingApplicationsforMicrosoftWindows

Description: 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is to explain the internal mechanisms of Windows operating system a monograph. Authors from the basic concept, a comprehensive and systematic introduction to Windows realize the underlying mechanism, Windows applications, the basic components (including processes, threads, memory management, dynamic link library, thread local storage, and Unicode), as well as all types of Windows API and so on, and listed a large number of application examples, insightful analysis of the various Windows programming difficulties and points, in order to keep Windows programming skills to provide an effective shortcut.
Platform: | Size: 3168256 | Author: sifhay | Hits:

[Process-Threadtls_src

Description: 线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步.-Thread Local Storage (TLS) of a class, you can achieve the multi-threaded synchronization of shared resources.
Platform: | Size: 4096 | Author: 路香群 | Hits:

[OS programTLS_CallBack

Description: 漫谈TLS_CallBack:原理、编程、手工感染及检测.利用TLS_CallBack(线程局部存储回调函数)玩弄调试器以及感染PE文件.-Talk TLS_CallBack: principles, programming, manual infection and detection. Use TLS_CallBack (thread local storage callback function), as well as playing with the debugger PE file infection.
Platform: | Size: 854016 | Author: yuying | Hits:

[Delphi/CppBuilderdelphi-in-a-nutshell.9781565926592.25234

Description: Overview of Delphi Object Pascal, units and libraries, data and string types, exception handling, file I/O, classes and objects, inheritance, constructors and destructors, interfaces, reference counting, Windows messages, memory management strategies, virtual method tables (VMTs), properties, using TypInfo, virtual and dynamic methods, automated methods and COM, Delphi type information and RTTI, concurrent programming with threads, synchronization, thread local storage techniques, Delphi language reference, system constants, operator reference, compiler directives, code samples, and programming tips.
Platform: | Size: 19062784 | Author: chane | Hits:

[Windows Developdlgs

Description: 大内高手--调试手段及原理.txt 大内高手—全局内存.txt 大内高手—共享内存与线程局部存储.txt 大内高手—内存模型.txt 大内高手—内存管理器.txt 大内高手—常见内存错误.txt 大内高手—序.txt 大内高手—惯用手法.txt 大内高手—栈_堆.txt-Ouchi master- debugging techniques and principles. Txt Ouchi expert- global memory. Txt Ouchi master- shared memory and thread-local storage. Txt Ouchi master- the memory model. Txt Ouchi master- the memory manager. Txt Ouchi master- common memory errors. txt Ouchi master- sequence. txt Ouchi master- modus operandi. txt Ouchi master- stack _ heap. txt
Platform: | Size: 47104 | Author: 地址 | Hits:

[OS programaybook.cn_gxncyxl1204(1)

Description: 共享内存与线程局部存储的资料 出处:http://blog.csdn.net/absurd -Shared memory and the thread local storage of information Source: http://blog.csdn.net/absurd
Platform: | Size: 141312 | Author: 艾琳 | Hits:

[Process-ThreadAFXTLS

Description: 一个自定义的线程局部存储类 比原来的TLS好用-A custom analog original thread local storage easy to use TLS
Platform: | Size: 4096 | Author: | Hits:

[Windows DevelopWindows_Via_C-CPP

Description: 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。 本附件附全部电子版书籍和源代码,是学习Windows编程不可多得的好资料。-This book is to explain the internal mechanisms of Windows operating system, a monograph. From the basic concept of a comprehensive systematic introduction to the underlying implementation mechanism of Windows, Windows application building blocks (including processes, threads, memory management, dynamic link library, thread local storage and Unicode) and a variety of Windows API and so on, and cited a large number of application examples, incisive analysis of the Windows programming and main points of the various difficulties, in order to keep Windows programming techniques provides an effective shortcut. The annex attached to all electronic books and source code, is to learn Windows programming rare good information.
Platform: | Size: 27250688 | Author: 罗二小 | Hits:

[OS DevelopWindows-Via-CCPP

Description: 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows operating system, a monograph. From the basic concept of a comprehensive systematic introduction to the underlying implementation mechanism of Windows, Windows application building blocks (including processes, threads, memory management, dynamic link library, thread local storage and Unicode) and a variety of Windows API and so on, and cited a large number of application examples, incisive analysis of the Windows programming and main points of the various difficulties, in order to keep Windows programming techniques provides an effective shortcut. .
Platform: | Size: 1744896 | Author: xionglu | Hits:

[CSharpData2.0

Description: 强大的数据库访问类dbhelper 2.0 1、多数据库支持 2、多数据库类型支持 3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。 4、所有方法都支持参数化与非参数化访问db,调用十分方便。 5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。 6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。 7、开源,容易修改。-Powerful database access class dbhelper 2.0 1, 2 multi-database support, multi-database support 3 types, powerful query utility methods, such as support to return a collection of generic physical object, a collection of generic value types, entity objects, data sets and so on. 4, all the way to support parametric and non parametric access db, calling very convenient. 5, the use of thread local storage, so that it can support business logic explicitly control transactions. 6, more detailed comments, configuration is simple, relatively simple method (with a total of more than 200 lines of code comments). 7, open source, easy to modify.
Platform: | Size: 749568 | Author: jwx007 | Hits:

[OS DevelopWINDOWS-core-progamming

Description: 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating system internal mechanism of a book. The author starting from basic concept and systematically introduces the realization mechanism, the bottom Windows Windows application basic components (including process, thread, memory management, DLL, thread local storage and Unicode) and all kinds of Windows API, and lists the large application example, incisive analysis on the Windows programming the difficult points and the key points each for Windows programming skills to provide an effective shortcuts. .
Platform: | Size: 26982400 | Author: 竹叶青 | Hits:

[Windows DevelopTLS

Description: 线程局部存储(thread-local storage, TLS)是一个使用很方便的存储线程局部数据的系统。利用TLS机制可以为进程中所有的线程关联若干个数据,各个线程通过由TLS分配的全局索引来访问与 自己关联的数据。这样,每个线程都可以有线程局部的静态存储数据。-Thread-local storage (the thread-local storage TLS) is a very convenient store thread-local data systems. TLS mechanism for all threads in the process associated with a number of data, each thread to access the data associated with their global index assigned by the TLS. In this way, each thread can have a thread-local static storage of data.
Platform: | Size: 20480 | Author: gan | Hits:

[Console13Mar

Description: 文档包含着两部分内容:最长公共子串算法实现以及TLS(线程局部存储)的实现代码。-The document contains two parts: the longest common substring algorithm as well as the implementation of the code of the TLS (thread local storage).
Platform: | Size: 4557824 | Author: 郑光果 | Hits:

[Linux-Unixmessage_loop

Description: A lazily created thread local storage for quick access to a thread s message loop, if one exists. This should be safe and free of static constructors for Linux.
Platform: | Size: 6144 | Author: ceiniuhon | Hits:

[Linux-Unixthread_local_storage_posix

Description: Thread Local Storage Source Code for Linux.
Platform: | Size: 4096 | Author: qebuilei | Hits:
« 12 »

CodeBus www.codebus.net