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
Do I need std::atomic<bool> or is POD bool good enough?
Feb 28, 2022
c++
multithreading
c++11
atomic
stdatomic
How to understand RELAXED ORDERING in std::memory_order (C++)
Oct 10, 2022
c++
atomic
memory-model
c++, c++11, std::atomic member functions
Apr 25, 2022
c++
c++11
atomic
Django: lock particular rows in table
Nov 22, 2021
database
django
locking
atomic
Concurrency Primitives in Scala
Sep 16, 2022
scala
concurrency
akka
atomic
Guarantee function call in logical AND expression [duplicate]
Sep 14, 2022
c++
atomic
stdatomic
List of Delphi data types with 'thread-safe' read/write operations?
Feb 26, 2021
delphi
thread-safety
atomic
Is iinc atomic in Java?
Feb 28, 2022
java
jvm
atomic
Why is AtomicInteger needed if writes and reads to int variables are atomic?
Sep 05, 2022
java
multithreading
atomic
atomicinteger
Can std::atomic be safely used with OpenMP
Nov 13, 2022
c++
c++11
openmp
atomic
stdatomic
Is 'update tokens set tokens = tokens + 1' atomic in InnoDB?
Nov 04, 2017
mysql
thread-safety
innodb
atomic
Why does GCC use mov/mfence instead of xchg to implement C11's atomic_store?
Dec 16, 2020
c
gcc
atomic
memory-barriers
Atomic AddOrUpdate for a C# Dictionary
Feb 16, 2021
c#
dictionary
atomic
What is the C++11 atomic API equivalent to ```__asm__ volatile("" ::: "memory")```
Mar 03, 2022
c++
c++11
portability
atomic
barrier
Non-database application transactions
Dec 10, 2019
java
database
transactions
filesystems
atomic
Why don't standard libraries implement std::atomic for structs under 8 bytes in a lock-free manner?
Apr 03, 2022
c++
c++17
atomic
lock-free
stdatomic
Why and when to use AtomicIntegerFieldUpdater?
Feb 12, 2020
java
concurrency
atomic
Why is an acquire barrier needed before deleting the data in an atomically reference counted smart pointer?
Aug 26, 2019
c++
multithreading
boost
shared-memory
atomic
under what conditions are pipe reads atomic?
Apr 05, 2019
c
posix
pipe
atomic
How does C17 want me to initialize my atomics?
Apr 25, 2021
c
atomic
c17
« Newer Entries
Older Entries »