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
what's the purpose of compiler barrier?
May 30, 2022
c++
multithreading
concurrency
atomic
memory-barriers
Why using "volatile" keyword for shared memory is not possible when atomic operations are done on shared memory?
Feb 07, 2020
cuda
atomic
volatile
What is the difference between the __sync and __atomic intrinsics of gcc
Dec 25, 2016
c
gcc
synchronization
atomic
Perl shared variables atomicity and visibility
May 02, 2021
java
multithreading
perl
visibility
atomic
accessing atomicly two scalar fields
May 24, 2018
c
pthreads
atomic
c11
Read and write file atomically
Mar 26, 2022
ruby
atomic
Atomicity of the simple assignment operator
Oct 15, 2022
c
standards
language-lawyer
atomic
c11
Is there any way to atomically read a line from a file C++
Aug 24, 2022
c++
multithreading
parallel-processing
atomic
fstream
How to have atomic integers on machines that lack stdatomic.h?
Sep 16, 2022
c
multithreading
gcc
atomic
Should trivial default constructor respect default member initializer here?
Jun 10, 2021
c++
c++14
atomic
default-constructor
member-initialization
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
« Newer Entries
Older Entries »