이중 버퍼 시스템(double buffer system)
페이지 정보
작성일 23-07-21 10:49
본문
Download : 이중 버퍼 시스템(double buffer system).hwp
Download : 이중 버퍼 시스템(double buffer system).hwp( 65 )
순서
1 loop:if (pfill->flag == 1) goto loop;2 issue start-I/O command to control un... , 이중 버퍼 시스템(double buffer system)기타레포트 ,
설명
이중 버퍼 시스템(double buffer system)
2 issue start-I/O command to control un...
1 loop:if (pfill->flag == 1) goto loop;
,기타,레포트
레포트/기타
1 loop:if (pfill->flag == 1) goto loop;
2 issue start-I/O command to control unit;3 wait while pfill->buffer is being filled;
4 pfill->rec_ctr = 1;
5 pfill->flag = 1;
6 pfill = pfill->next;
7 goto loop;
1 현재 버퍼의 flag가 0이 될 때(버퍼가 다 빌때)까지 루프를
돌면서 기다린다.


