Romanof123 / document

0 stars 0 forks source link

processes, threads &synchronization #4

Open Romanof123 opened 4 years ago

Romanof123 commented 4 years ago

프로세스는 뭐시당가? 4

스레드는 뭘까? 5

프로세스 생성

프로세스 죽을때?

thread

synchronization

mutex

condvar

Romanof123 commented 4 years ago

semaphores

condvar랑 같은 기능인데 간단한기능 쓸 때 쓰세요 어려운 조건문같은건 condvar를 쓰시고.