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
Why are the std::atomic_{char,schar,etc.} typedefs allowed to be typedefs to a base class of std::atomic<T>, and not to atomic<T> only?
Apr 05, 2022
c++
c++11
stl
atomic
c++-standard-library
C11 stdatomic and calloc
Mar 02, 2022
c
atomic
c11
Confusion about implementation error within shared_ptr destructor
Feb 18, 2022
c++
c++11
atomic
lock-free
memory-model
Using an atomic read-modify-write operation in a release sequence
Mar 08, 2022
c++
multithreading
c++11
atomic
memory-model
Use of std::memory_order_consume in the Folly's lock free SPSC queue
Nov 16, 2020
c++
multithreading
c++11
atomic
lock-free
What happens if I log into the same file from multiple different processes in python?
Nov 18, 2022
python
logging
multiprocessing
atomic
Reading shared variables with relaxed ordering: is it possible in theory? Is it possible in C++?
Sep 12, 2022
c++
multithreading
c++11
atomic
memory-model
Where can I find the source code for `native` methods in Java library?
Nov 20, 2022
java
java-8
native
atomic
openjdk
CUDA atomic operation performance in different scenarios
Sep 28, 2022
cuda
gpu
gpgpu
nvidia
atomic
Lock-free stack - Is this a correct usage of c++11 relaxed atomics? Can it be proven?
Feb 17, 2022
c++
multithreading
c++11
atomic
relaxed-atomics
Uses of memory_order_relaxed
Dec 16, 2021
c++
multithreading
c++11
atomic
Relation between bytecode instructions and processor operations
Feb 20, 2021
java
x86
bytecode
processor
atomic
Atomic exchange of two std::atomic<T*> objects in a lock-free manner in C++11?
Oct 30, 2022
c++
c++11
atomic
When to NOT use Atomic Operations? [closed]
Sep 23, 2022
c++
c
multithreading
atomic
Should constructors on std::chrono::...::time_point be noexcept? (Or why aren't they?)
Oct 01, 2021
c++
atomic
chrono
noexcept
What is the performance of std::atomic vs non-atomic variables?
Apr 23, 2022
c++
multithreading
performance
thread-safety
atomic
Interoperabilty between C and C++ atomics
Aug 06, 2022
c++
c
atomic
CUDA, mutex and atomicCAS()
Oct 16, 2022
c++
cuda
mutex
atomic
Could ThreadLocal<AtomicInteger> possibly be useful?
Nov 10, 2022
java
multithreading
atomic
How does the cache coherency protocol enforce atomicity?
Dec 28, 2018
multithreading
assembly
x86
cpu
atomic
« Newer Entries
Older Entries »