User-Level Thread的意思|示意
用户级线程
User-Level Thread的网络常见释义
户级线程 用户级线程(user-level thread) 仅存在于用户级中,内核并不知道该类线程的存在。 对它的操作都是由用户级的程序完成的。
户线程 2.用户线程(user-level thread):是指不依赖于操作系统核心,由应用进程利用线程库提供创建、同步、调度和管理线程的函数来控制的线程。
User-Level Thread相关短语
1、 User Level Thread 户级线程 ; 用户级线程
2、 user level thread model 用户级线程模型
User-Level Thread相关例句
In order to implement this algorithm, this paper designed a user-level thread scheduling application framework.
为了实现这一算法,本文设计了一种用户级的应用线程调度框架。
Whenever a user-level thread makes a blocking system call, the kernel execution vehicle it is using will become blocked in the kernel.
当用户空间线程调用了一个阻塞的系统调用时,内核执行对象也会在内核阻塞。
User level thread is the higher level user scheduling unit supported by kernel thread, it supports concurrent execution of user programs.
用户级线程是在核心线程的支持下建立的更高层次的用户调度单位,能较好地支持用户程序的并发执行。