|
);
...
reading is performed
...
P(mutex);
readcount--;
if(readcount==0) V(db);
V(mutex);
Writer
writecount++;
P(db);
...
writing is performed
...
V(db);
writecount--;
if(writecount==0) V(pending);
|
- 페이지 2페이지
- 가격 1,500원
- 등록일 2009.12.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|