Answer the question
In order to leave comments, you need to log in
What are the books on multithreaded programming in linux?
Hello! What books would you recommend on multi-threaded programming in linux in C. Beginner / noob level.
It is desirable that the issues of memory leaks in a multithreaded program and how to avoid them are also considered.
Answer the question
In order to leave comments, you need to log in
Leaks and multi-threaded programming are somewhat different areas. Let's just say that a memory leak can occur during multithreading, but for exactly the same reasons as in single-threaded - forgotten free (or delete, if we are talking about C ++)
if we are talking about bare C, then you should read everything related to pthread and openMP
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question