Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in data-race
Resolving Data Race in iOS Swift
Oct 23, 2022
swift
grand-central-dispatch
data-race
Can multiple threads write the same value to the same variable at the same time safely?
Nov 20, 2022
c++
multithreading
thread-safety
data-race
What formally guarantees that non-atomic variables can't see out-of-thin-air values and create a data race like atomic relaxed theoretically can?
Mar 04, 2022
c++
multithreading
language-lawyer
stdatomic
data-race
Is this compiler transformation allowed?
Nov 06, 2022
c++
multithreading
c++11
data-race
IBM example code, non re-entrant functions doesn't work in my system
Apr 10, 2022
c
gcc
signals
x86-64
data-race
Multithreading program stuck in optimized mode but runs normally in -O0
Aug 25, 2022
c++
multithreading
thread-safety
undefined-behavior
data-race
Are "data races" and "race condition" actually the same thing in context of concurrent programming
Aug 16, 2022
multithreading
concurrency
language-agnostic
data-race