C Programmieren - POSIX Threads (pthread_create, pthread_join)

Опубликовано: 05 Апрель 2026
на канале: INTO_IT
4,215
75

With the POSIX interface, you can implement multithreading in your C programs. This requires, among other things, the functions `pthread_create(...)` and `pthread_join(...)`. This video provides only a brief overview; important details and further functions related to this topic will be explained in the following lessons.

Note: This and the subsequent lessons are no longer part of the basics but cover Linux programming.