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
C11 atomics: How does a relaxed load interact with a release store on the same variable?
Nov 03, 2025
c
multithreading
atomic
memory-model
relaxed-atomics
std::atomic::is_lock_free() shows true but pthread_mutex_lock() called
Nov 03, 2025
c++
gcc
atomic
redhat
stdatomic
C atomic read modify write
Nov 02, 2025
c
atomic
powerpc
Is global synchronization in OpenCL possible?
Nov 01, 2025
synchronization
opencl
global
atomic
workgroup
The usage of _InterlockedCompareExchange64
Nov 02, 2025
c++
multithreading
atomic
Is it possible to atomically load and store on X86 processors?
Oct 31, 2025
c++
concurrency
x86
atomic
processor
Acquire-release memory model for two consecutive atomic operations
Oct 31, 2025
c++
multithreading
c++11
atomic
Appending content of text file to another file in C++
Oct 31, 2025
c++
file
append
atomic
fwrite
Custom type in std::atomic
Oct 30, 2025
c++
constructor
atomic
copy-constructor
stdatomic
Mongoose: atomic FindOne-Or-Insert(), do not update existing instance if found
Oct 29, 2025
mongodb
mongoose
atomic
How can I do atomic selection using multiple queries in psql?
Oct 29, 2025
sql
postgresql
concurrency
atomic
`atomic_compare_exchange_strong_explicit()` -- what do the various combinations of `success` and `failure` parameter do, when not equal?
Oct 30, 2025
c
assembly
atomic
stdatomic
C++ atomic for pointers to user defined objects
Oct 30, 2025
c++11
atomic
When and why would you use atomicInc() in CUDA?
Oct 28, 2025
cuda
atomic
Is the "++" operation atomic in C?
Oct 28, 2025
c
operators
atomic
Double Free error with AddressSanitizer GCC 4.8
Oct 27, 2025
c++
gcc
atomic
noexcept
address-sanitizer
Synchronising with mutex and relaxed memory order atomic
Oct 26, 2025
c++
c++17
atomic
memory-barriers
stdatomic
Performance pthread_spinlock_t is 2x better than my own implementation with lock free std::atomic_flag, around std::list
Oct 26, 2025
c++
multithreading
locking
atomic
spinlock
Older Entries »