Deadlock2 Lock-Based, Lock-Free, Wait-Free Program References Ch6, The Art of Writing Efficient Programs Contents Amdahl's Law Compare-And-Swap (CAS) Lock-based, Lock-free, and Wait-free Programs Spinlock Deadlock, Livelock, Convoying 포스팅에서 사용되는 전체 코드는 link를 참조 Memory Model (Memory Order and Barrier) References Ch5, The Art of Writing Efficient Programs Contents Concurrency and Order Memory Model (Memory Order and Barrier) Relaxed Memory Order A.. 2024. 2. 2. [C++] mutex References 씹어먹는 C++ (https://modoocode.com/270) Contents race condition (경쟁 상태) mutex deadlock (데드락) 2021.08.07 - [C & C++] - [C++] thread [C++] thread References 씹어먹는 C++ (https://modoocode.com/269) Contents thread join / detach thread에 인자 전달하기 single thread vs multi thread 쓰레드를 사용하면 병렬 수행이 가능한 작업들을 단일 쓰레드 프로.. junstar92.tistory.com 이전 게시글에서 thread에 대해서 알아봤습니다. 이번에는 서로 다른 쓰레드에서 같은 메모리를 공유할 때 발생.. 2021. 8. 7. 이전 1 다음