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
Casting pointers to _Atomic pointers and _Atomic sizes
Mar 26, 2022
c
gcc
clang
atomic
c11
How should I implement an atomic sequence in Perl?
Oct 05, 2016
perl
parallel-processing
atomic
sequences
Synchronization riddle with std::memory_order and three threads
Sep 15, 2021
c++
c++11
atomic
Why does memory_order_relaxed use atomic (lock-prefixed) instructions on x86?
Jul 01, 2022
c++
visual-c++
x86
atomic
relaxed-atomics
Memory ordering behavior of std::atomic::load
Jun 12, 2022
c++
c++11
atomic
memory-fences
Do Java Atomics only require atomicity with respect to the VM
Nov 07, 2022
java
multithreading
jvm
atomic
native-code
Is 0-initialization of atomics guaranteed to set the value member to 0?
Aug 11, 2019
c++
c++11
initialization
language-lawyer
atomic
ATOMICally update multiple documents AND return them
Mar 24, 2022
mongodb
mongoose
atomic
Do atomic operations establish a happen-before relation?
Nov 11, 2022
memory
go
concurrency
atomic
Thread synchronization problem with c++ std::atomic variables
Mar 30, 2022
c++11
atomic
Why do GCC inserts mfence where Clang dont use it?
Oct 27, 2021
c++
multithreading
gcc
clang
atomic
How to ensure the comparison result still hold in multi-threading?
Oct 15, 2022
multithreading
atomic
Is return atomic and should I use temporary in getter to be thread safe?
Nov 19, 2022
c++
multithreading
thread-safety
atomic
getter
What are the most common configurations where pointer writes are not atomic?
Sep 05, 2022
c++
c
multithreading
atomic
How to atomically move rows from one table to another?
Jun 14, 2022
mysql
sql
atomic
Thread-safe Settings
May 03, 2022
c++
multithreading
boost
synchronization
atomic
python - ensure script is activated only once
Nov 17, 2022
python
python-2.7
atomic
Initializing an atomic flag in a malloc'd structure
Aug 12, 2020
c
struct
atomic
freebsd
c11
Why do both free and member functions exist for compare and swap operations?
Jun 15, 2022
c++
c++11
atomic
compare-and-swap
C++ 11 can you safely pass and access std::atomics by reference in different threads
Nov 06, 2022
c++
multithreading
c++11
pass-by-reference
atomic
« Newer Entries
Older Entries »