Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- semaphore
- Monitor
- Process Management
- memory Allocation
- Scheduling Algorithm
- Mutex
- process scheduling
- IPC
- Context Switching
- Process Synchronization
- SCAN
- Look
- Linux
- Memory Management
- Banker's Algorithm
- Fragmentation
- Resource-Allocation Graph
- Thread
- SSTF
- resource
- Segmentation
- FCFS
- Paging
- Process
- SystemProgramming
- Disk
- Operating System
- Disk Scheduling
- deadlock
Archives
- Today
- Total
목록Mutex (1)
CS Notepad

이화여자대학교 반효경 교수님의 2014년 Operating System 강의를 시청한 후 정리한 내용이다. http://kocw.net/home/cview.do?cid=3646706b4347ef09 운영체제 운영체제는 컴퓨터 하드웨어 바로 위에 설치되는 소프트웨어 계층으로서 모든 컴퓨터 시스템의 필수적인 부분이다. 본 강좌에서는 이와 같은 운영체제의 개념과 역할, 운영체제를 구성하는 각 www.kocw.net Race Condition 위 두 개의 코드는 각각 Producer와 Consumer로, count 변수의 값을 증가 또는 감소하는 역할을 한다. 만약 Producer와 Consumer가 둘 다 실행되어 동일한 count 변수를 바꾼다고 할 때, 아래와 같은 문제가 발생할 수 있다. count의 초..
OS
2022. 11. 5. 18:13