S
S
Sdelan_v_CCCP2014-09-22 08:02:44
linux
Sdelan_v_CCCP, 2014-09-22 08:02:44

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

1 answer(s)
D
DancingOnWater, 2014-09-22
@Sdelan_v_CCCP

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 question

Ask a Question

731 491 924 answers to any question