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
How to mix atomic and non-atomic operations in C++?
Nov 13, 2022
c++
multithreading
c++11
atomic
vectorization
C++ atomic with non-trivial type?
Feb 24, 2017
c++
mutex
atomic
How can I do an atomic write to stdout in python?
Nov 17, 2022
python
multiprocessing
output
stdout
atomic
Is there an os-independent way to atomically overwrite a file?
Aug 24, 2022
file
go
atomic
Is there any compiler barrier which is equal to asm("" ::: "memory") in C++11?
Dec 16, 2021
c++
c++11
atomic
lock-free
memory-barriers
fetch_add with acq_rel memory order
Apr 27, 2019
c++
atomic
memory-model
stdatomic
std::atomic_bool for cancellation flag: is std::memory_order_relaxed the correct memory order?
May 18, 2022
c++
atomic
cancellation
memory-barriers
relaxed-atomics
Is it possible to store pointers in shared memory without using offsets?
Mar 24, 2022
multithreading
atomic
shared-memory
race-condition
mmap
Atomic swap function using gcc atomic builtins
Jun 19, 2015
c++
atomic
What C++11 <atomic> operations/memory orders guarantees freshness? [duplicate]
Oct 16, 2022
c++
multithreading
concurrency
c++11
atomic
Why does std::atomic's compare_exchange take a reference for the expected value?
Nov 13, 2019
c++
c++11
atomic
C++17 atomics and condition_variable deadlock
Apr 14, 2022
c++
multithreading
atomic
c++17
condition-variable
Is a shared mutex more efficient than an atomic of a relatively big struct?
Apr 12, 2022
c++
multithreading
c++11
mutex
atomic
How atomicity is achieved in the classes defined in java.util.concurrent.atomic package?
Mar 05, 2022
java
concurrency
thread-safety
atomic
java.util.concurrent
Is there any sense to make std::atomic<> objects with the qualifier - volatile?
Nov 15, 2022
c++
c++11
atomic
Oracle SQL: How to read-and-increment a field
Nov 19, 2022
sql
database
oracle
atomic
Transactions in Redis with read operations
Sep 27, 2022
transactions
redis
atomic
What's the best way to do a cross-platform, atomic file replacement in Perl?
Mar 10, 2014
perl
file
filesystems
rename
atomic
Requirements for std::thread::id. Can it be atomized?
Mar 30, 2018
c++
multithreading
c++11
atomic
language-lawyer
Does the C11 keyword '_Atomic' count as type qualifier or specifier if followed by a whitespace and a left parenthesis?
Apr 21, 2022
c
syntax
grammar
atomic
c11
« Newer Entries
Older Entries »