Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22155

Does the use of locks in a thread slow down other threads that don't use locks?

$
0
0

If I have a thread that frequently uses locks, will it slow down other threads that don't use locks (e.g., because of global lock behavior in the CPU etc).


Viewing all articles
Browse latest Browse all 22155

Trending Articles