Thread scheduling context的意思|示意
线程调度上下文
Thread scheduling context的网络常见释义
线程调度上下文 对于内核态驱动程序编写人员而言,另一个他们感兴趣的关于上下文的细节是线程调度上下文(Thread scheduling context)当一个线程等待时(譬如使用Win32函数WaitForSingleObject(…
Thread scheduling context相关例句
When the thread that has the lock leaves the critical section, the suspended thread needs to be woken up. The thread will need to be re-scheduling and context switched back into the CPU.
当拥有锁的线程离开临界区的时候,挂起的线程需要被重新唤醒,然后重新被调用,并交换上下文,回到CPU调度中。
Each thread maintains exception handlers, a scheduling priority, and a set of structures the system USES to save the thread context until it is scheduled.
每个线程都维护异常处理程序、调度优先级和一组系统用于在调度该线程前保存线程上下文的结构。
In addition, each thread maintains exception handlers, a scheduling priority, and a set of structures in which the system saves the thread context while the thread is waiting to be scheduled.
另外,每个线程都维护异常处理程序、安排优先级和一组结构,线程等待安排时系统在这些结构中保存线程上下文。