User Level Thread的意思|示意

美 / / 英 / /

用户级线程


User Level Thread的网络常见释义

户级线程 线程的实现 多线程的实现分为三类: 用户级线程(User Level Thread,ULT):对于这种线程的创建、撤消、和切换,由用户程序来实现,内核并不知道用户级线程的存在。

用户级线程 4、用户级线程(ULT,User Level Thread) 用户线程的维护由应用进程通过线程库来完成; 线程库:应用进程利用线程库提供创建、同步、调度和管理线...

User Level Thread相关短语

1、 User-Level Thread 户级线程 ; 户线程

2、 user level thread model 用户级线程模型

User Level Thread相关例句

User level thread is the higher level user scheduling unit supported by kernel thread, it supports concurrent execution of user programs.

用户级线程是在核心线程的支持下建立的更高层次的用户调度单位,能较好地支持用户程序的并发执行。

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.

当用户空间线程调用了一个阻塞的系统调用时,内核执行对象也会在内核阻塞。