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 atomic
Is the "switch" statement evaluation thread-safe?
Sep 06, 2022
c#
thread-safety
switch-statement
atomic
What does the Atomics object do in JavaScript?
Sep 06, 2022
javascript
atomic
Error with copy constructor/assignment operator for a class which has std::atomic member variable
Sep 06, 2022
c++
multithreading
c++11
atomic
should LOCK_EX on both read & write be atomic?
Nov 24, 2021
php
locking
blocking
atomic
How can I create an atomic enum in C++?
Sep 05, 2022
c++
c++11
enums
atomic
How do I atomically swap 2 ints in C#?
Sep 12, 2022
c#
.net
atomic
Memory model ordering and visibility?
Sep 05, 2022
c++
c++11
mutex
atomic
memory-barriers
gcc atomic built-in functions
Sep 05, 2022
c
gcc
atomic
What is the difference between std::shared_ptr and std::experimental::atomic_shared_ptr?
Sep 28, 2022
c++
c++11
concurrency
atomic
smart-pointers
Haskell: How does 'atomicModifyIORef' work?
Mar 07, 2022
haskell
concurrency
locking
atomic
compare-and-swap
Is it possible to create an atomic vector or array in C++?
Sep 05, 2022
c++
arrays
multithreading
vector
atomic
When are lock free data structures less performant than mutual exclusion (mutexes)?
Sep 05, 2022
multithreading
scheduling
mutex
atomic
lock-free
Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)
Feb 26, 2022
c++
multithreading
c++11
atomic
volatile
Relative performance of swap vs compare-and-swap locks on x86
Nov 18, 2022
c
assembly
locking
x86
atomic
If volatile is useless for threading, why do atomic operations require pointers to volatile data?
Sep 04, 2022
c
atomic
volatile
Why is there no overload of Interlocked.Add that accepts Doubles as parameters?
Apr 22, 2017
c#
.net
vb.net
multithreading
atomic
Should std::atomic be volatile?
Sep 04, 2022
c++
c++11
atomic
volatile
Lock-free Reference counting and C++ smart pointers
Aug 29, 2022
c++
c++11
atomic
smart-pointers
What is the difference between using explicit fences and std::atomic?
Dec 14, 2019
c++
c++11
atomic
memory-fences
what is "failure atomicity" used by J bloch and how its beneficial in terms of immutable object?
Jan 20, 2022
java
object
immutability
atomic
« Newer Entries
Older Entries »