thread
线程(英语:thread)是操作系统能够进行运算调度的最小单位。它被包含在进程之中,是进程中的实际运作单位。一条线程指的是进程中一个单一顺序的控制流,一个进程中可以并发多个线程,每条线程并行执行不同的任务。在UnixSystemV及SunOS中也被称为轻量进程(lightweightprocesse...
资源总数
122
thread 全部资料 122 份
rt-thread
在嵌入式系统开发中,RT-Thread 提供了一种将 SD 卡虚拟成 U 盘的有效方法。这种技术方案特别适用于需要简化文件存储和传输的项目,如物联网设备、智能硬件等。通过 RT-Thread 的强大支持,开发者可以轻松实现 SD 卡与 U ...
2025-12-19
3
鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading
鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong...
2017-03-02
51
thread application code, the multi-thread application start code of Linux application
thread application code, the multi-thread application start code of Linux application
2017-05-07
190