搜索资源列表
UpLoad
- 驱动枚举进程,控制线程AFFINITY,通过修改EPROCESS,ETHREAD ,KTHREAD 等结构,修改AFFINITY-thread affinity control in windows driver
kthread_create
- 该函数创建,但并不启动线程,创建完后要通过wake_up_process启动-This function creates, but does not start the thread, create after start through wake_up_process
nachos
- java写的nachos操作系统。扩展自伯克利的一个课程设计,实现了多线程、多进程、虚存和文件系统。-nachos OS in java. A project from UCB.
GeekOSThreadCode
- 关于GEKos进程代码的具体分析,GeekOS中与进程相关的代码位于KThread.h,KThread.c文件中-Specific analysis on GEKos process code, the code associated with the process in GeekOS located KThread.h, KThread.c file
kthread
- Linux filesystem encryption layer driver- Linux filesystem encryption layer driver
kthread
- 在linux kernel中利用kthread建立进程-use kthread to implement thread process
KThread
- kthread.java implementation for nachos operating system exercise solution
kthread
- Simple interface for creating and stopping kernel threads without mess.
vivid-kthread-cap
- vivid-kthread-cap.h - video vbi capture thread support functions.
vivid-kthread-out
- Drop a certain percentage of buffers.
kthread
- Simple interface for creating and stopping kernel threads without mess.
sp_limits
- Thread management routines for SDL.kthread SYS_ThreadHandle.
kthread
- Information passed to kthread() kthreadd. -Information passed to kthread() kthreadd.
kthread.tar
- 简单的线程库,使用了C++11的thread并模仿其接口。主要目的是支持TR1中的TLS功能,同时模仿TR1中的Thread接口,在移除caffe中对boost的依赖有很大作用(VS2013不支持TLS)。-A simple thread library, which use the thread of C++11 and its interface. It can be used to support the TLS in C++ T