일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gpgpu-sim
- ostep
- 소비자 생산자
- peer-to-peer access
- gpgpu sim
- Producer consumer
- CSAPP
- vi
- OS
- ubuntu
- Process
- Multithreading
- 운영체제
- GPU
- tabedit
- parallel programming
- thread
- vim
- unix
- Virtual Address
- .cu
- C
- Unified Memory
- vi 여러 창
- GPGPU
- nvidia
- CUDA
- Linux
- multiprocessor
- cdua
Archives
- Today
- Total
하루의 대학원 도전기
[OS] structure of semaphore 본문
728x90
Each semaphore contains an integer value and a pointer to a list of PCBs.
if a semaphore value is negative, its magnitude is the numbger of processes waiting on that semaphore.
728x90
'운영체제' 카테고리의 다른 글
[OS] Concurrency vs. Parallelism (0) | 2021.10.21 |
---|---|
[OS] wait and signal (0) | 2021.10.20 |
[OS] compare_and_swap () instruction ( atomic ) (0) | 2021.10.19 |
[OS] fork() (0) | 2021.10.19 |
[OS] Segment Registers (0) | 2021.10.15 |