Search code examples
Are atomics in Ignite consistent in case of nodes shutdown?...


atomicignite

Read More
What is ATOMIC_FLAG_INIT and how is it supposed to be used?...


c++c++17atomic

Read More
Does the C11 keyword '_Atomic' count as type qualifier or specifier if followed by a whitesp...


csyntaxgrammaratomicc11

Read More
Is array write atomic in C#?...


c#arraysatomic

Read More
Difference between __atomic_load_n and __atomic_load...


catomicc11

Read More
CUDA global atomic operations across concurrent kernel executions...


cudaatomiccuda-streamsgpu-atomics

Read More
cuda group by and atomic counters...


cudaatomic

Read More
Is Singleton object returned through shared_ptr thread-safe?...


c++singletonatomicrvo

Read More
condition_variable's speed to acquire lock is low...


c++multithreadingmutexatomiccondition-variable

Read More
Lockless circular buffer with single producer singular consumer...


c++atomicproducer-consumercircular-bufferlockless

Read More
Why is there a locked xadd instruction in this disassambled std::string dtor?...


c++gccassemblyx86-64atomic

Read More
CUDA Atomic Operations thread or block level?...


cudaatomic

Read More
Why is there one `Atomic*` type for many primitive type instead of a generic `Atomic<T>`?...


rustatomic

Read More
how to copy multiple data elements between CPUs using cacheline atomicity?...


clinuxx86atomicmemory-barriers

Read More
How to multiply two values and store the result atomically?...


c++multithreadingconcurrencyatomicstdatomic

Read More
Reliability of atomic counters in DynamoDB...


concurrencycounteratomicincrementamazon-dynamodb

Read More
C# bool is atomic, why is volatile valid...


c#multithreadingbooleanatomicvolatile

Read More
relaxed ordering as a signal...


c++multithreadingatomicmemory-barriers

Read More
When do I really need to use atomic<bool> instead of bool?...


c++c++11atomicstdatomic

Read More
Can a bool read/write operation be not atomic on x86?...


c++x86booleanatomic

Read More
Can relaxed memory order be used to observe a condition?...


c++atomicmemory-barriersmemory-modelstdatomic

Read More
Is this acquire fence observed?...


c++multithreadingc++11atomic

Read More
error: use of deleted function ‘std::atomic<_Tp>::atomic() [with _Tp = node]’...


c++atomiccompare-and-swap

Read More
volatile vs memory barrier for interrupts...


cinterruptatomicvolatilememory-barriers

Read More
BigQuery DML on partitioned table with nested required fields in nullable records...


google-bigqueryatomicdml

Read More
OpenGL GLSL atomic counter in Vulkan...


openglglslatomicvulkan

Read More
Implementing a mutex with test-and-set atomic operation: will it work for more than 2 threads?...


multithreadingconcurrencylanguage-agnosticatomictest-and-set

Read More
Atomic Integer or int[] in Recursion Question (LeetCode124)...


javarecursionatomic

Read More
Lock-free slist erase...


c++algorithmcontainersatomiclock-free

Read More
Is there an os-independent way to atomically overwrite a file?...


filegoatomic

Read More
BackNext