TIL 12월 2일 2023년

ORCASUIT·2023년 12월 16일

devices/timer.c 에 있는 timer_sleep() 구현하기

문제점 :
void timer_sleep (int64_t ticks);

  • imer_sleep() 은 구현되어 있지만 busy wait 방식

0개의 댓글