일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 운영체제
- 비동기
- struct
- UserDefaults
- Apple Developer Academy
- 인프런
- 프로세스 스케줄링
- core data
- Swift
- @state
- 알고리즘
- Algorithm
- 동기화
- 데드락
- deadlock
- 상호배제
- Linked List
- scrollview
- forEach
- Codable
- async
- COLOR
- 동시성
- IOS
- 100 days of SwiftUI
- 오브젝트
- 가상 메모리
- decode
- 앨런
- SwiftUI
Archives
- Today
- Total
목록철학자의 식사 문제 (1)
기어가더라도 제대로
[운영체제-김덕수교수님] 프로세스 상호배제, 동기화(7/7) - Monitor
Semaphore 를 비롯한 운영체제 레벨의 동기화, 상호배제 로직은 복잡하고 쓰기가 어렵다. 그래서 사용이 쉬운 언어 레벨의 상호배제와 동기화를 배워보자. High-level Mechanism Monitor Language-level constructs Object-Oriented concept과 유사 사용이 쉬움 Monitor 공유 데이터와 Critical section의 집합 Conditional variable wait(), signal() operations 한번에 한명만 들어올 수 있는 책방을 가정해보자. 구조 Entry Queue(진입큐) 모니터 내의 procedure(function) 수만큼 존재 Mutual exclusion 모니터 내에는 항상 하나의 프로세스만 진입..
CS/운영체제
2022. 8. 6. 08:11