Yoosun-Chang / pintos-kaist

정글 WEEK07~11 pintos-kaist를 위한 레포지토리입니다.
Other
1 stars 0 forks source link

Project I: Priority Scheduling and Synchronization #4

Open Yoosun-Chang opened 4 months ago

Yoosun-Chang commented 4 months ago

어떤 기능인가요?

여러 스레드가 lock, semaphore, condition variable 을 얻기 위해 기다릴 경우 우선순위가 가장 높은 thread가 CPU를 점유 하도록 구현

작업 상세 내용

참고할만한 자료(선택)

Yoosun-Chang commented 4 months ago

image