Concurrency in C with POSIX Threads
Introduction to multithreading with pthread.h
. Covers thread creation, synchronization with mutexes/condition variables, race conditions, and concurrent program design.
Introduction to multithreading with pthread.h
. Covers thread creation, synchronization with mutexes/condition variables, race conditions, and concurrent program design.