The time quantum given to a thread depends on the thread's assigned priority. 为线程提供的时间量取决于给线程指定的优先级。
That thread is removed from the queue and executes for a period of time called a time quantum or time slice. 该线程从队列中移除并执行一段时间(称作:时间量或时间片)。
When an executing thread expires its time quantum, it's placed at the end of the run-queue for its priority and assigned a new time quantum. 当一个执行线程超过它的时间量时,它的优先级被放在运行队列的后端并给它指定了新的时间量。
The purpose of the study was to ascertain the optimum grafting time quantum of Jingning white tea and the difficult degrees of grafting among its different lines. 确定景宁白茶的最佳嫁接时间段和不同品系间嫁接的难易程度。
Suspending a thread requires the operating system to swap it out of the CPU often before it's time quantum has been consumed. 操作在挂起一个线程的时候需要将它换出CPU,而通常此时线程的时间片还没有使用完。