when high-priority thread gains access to the resource, it can preempt the low-priority thread and resume execution.
스레드가 스레드를 취한다는게 이상함;
일단 내용은 우선순위 낮은걸 씹는다는거 같은데
문장이 맞는건가여
when high-priority thread gains access to the resource, it can preempt the low-priority thread and resume execution.
스레드가 스레드를 취한다는게 이상함;
일단 내용은 우선순위 낮은걸 씹는다는거 같은데
문장이 맞는건가여
높은 우선 순위를 가진 스레드가 자원에 접근할 때, 높은 우선 순위를 가진 스레드가 낮은 우선 순위를 가진 스레드를 쫒아내고(선점) 다시 시작한다.