对于这种情况:进程 B 将等待进程 A 释放旋转,所以 preemt OK ???
Process A:
-->spin lock --> do strict call --> before unlock time int
Time int ISR:
--> Process A time slice finished --> need schedule
-->ISR ret --> schedule to Process B
Process B:
-->spin lock for same resource --> failed --> spin wait