13) Which of the following statements is wrong about semaphore
acquireUninterruptiblyO method in the Java semaphore is a non-busy waiting implementation
(B) Use spinlock
implementation?
(A) The
in multi-core system
(C) Non-busy waiting implementation can only be used in a single-core system
(D) disable
interrupt in a single-core system.