List Question
20 TechQA 2024-03-20T04:36:53.013000Why does version 3.22.0 of Valgrind-based Helgrind thread error detector reports data races and version 3.18.1 does not?
131 views
Asked by Fabien Launay
Is a mqd_t of a POSIX-MQ a critical resource?
32 views
Asked by Leon
Why do Valgrind-based Helgrind thread error detector and Google ThreadSanitizer (TSan) report different data race detection results?
146 views
Asked by Fabien Launay
Getting WARNING: DATA RACE in golang
133 views
Asked by Sid Sidhant
How to allow controllable data races in C++ without getting UB
140 views
Asked by JungleTryne
Avoiding data races using multi-threading and accessing a shared vector in Julia
141 views
Asked by Michael Zurel
Data races detected while deleting QThreads
130 views
Asked by Dazckel
if executes when bool variable is false, in multithread senario
82 views
Asked by sakura
Reasoning about a program containing a data race
130 views
Asked by Vishal Sharma
Understanding the working of volatile keyword
99 views
Asked by cheems
Is reading again and again to see a particular write from another thread, a data race condition?
35 views
Asked by Suryansh Dey
Is passing value by reference thread-safe?
217 views
Asked by mouse_00
Cache line sharing between processors. False sharing. Data race condition?
124 views
Asked by Alexey Usachov
Java multithread race condition, Min and Max range of a value
103 views
Asked by JohhnyM
Does a race happen when using pointers?
73 views
Asked by AudioBubble
Why does clang optimize out a loop polling a variable that another thread writes to?
242 views
Asked by ross1573
C++ Destroy object with a mutex
79 views
Asked by nworder1
Python threading memory error / bug / race condition
132 views
Asked by Sam Wood