-->
当前位置:首页 > 题库

单选题:The task_interruptible state of a process means that ___.

Luz5年前 (2021-05-10)题库573
The task_interruptible state of a process means that ___. @[B](1)
A. The process is blocked and cannot be waken up by any kind of signals;
B. The process is blocked and might be waken up by some kind of signals;
C. The process is calling an system call and can be interrupted;
D. The process is being hanged up




A.The process is blocked and cannot be waken up by any kind of signals;
B.The process is blocked and might be waken up by some kind of signals;
C.The process is calling an system call and can be interrupted;
D.The process is being hanged up


答案:B