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

单选题:What would happen if a thread in a multithreaded process running

Luz5年前 (2021-05-10)题库683
What would happen if a thread in a multithreaded process running on a single threaded kernel makes a block call? @[B](1)
A. The other threads of the process would continue to run
B. The entire process would get blocked
C. The blocking thread will get killed
D. The blocking thread will never get to run again





A.The other threads of the process would continue to run
B.The entire process would get blocked
C.The blocking thread will get killed
D.The blocking thread will never get to run again


答案:B