会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chunyou128
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2022年2月16日
windows架构
摘要: Figure 1: A general representation of Operating System as a ring-structure Figure 2: A layered structure of Windows NT OS
阅读全文
posted @ 2022-02-16 21:22 无名使者
阅读(88)
评论(0)
推荐(0)
编辑
process map
摘要: Figure 5-1. Data structures associated with processes and threads Figure 5-2. Structure of an executive process block Figure 5-3. Structure of the exe
阅读全文
posted @ 2022-02-16 14:38 无名使者
阅读(125)
评论(0)
推荐(0)
编辑
TLS(Thread local storage)相关
摘要: TlsAllocTlsFreeTlsGetValueTlsSetValue 例子: #include <stdio.h> #include <windows.h> #define THREADCOUNT 2 DWORD dwTlsIndex; VOID ErrorExit(LPCWSTR lpszM
阅读全文
posted @ 2022-02-16 10:44 无名使者
阅读(35)
评论(0)
推荐(0)
编辑