Search code examples
Can I safely use Ordering::Relaxed in single-threaded contexts?...


rustatomic

Read More
Faster test_and_clear_bit...


clinuxlinux-kernelx86atomic

Read More
Why does the kernel function:get_next_corpse increase counter after a nf_conn is found?...


network-programminglinux-kernelatomicnetfilterrcu

Read More
Will this execute without any race condition...


c++catomic

Read More
C++ simple mutex using atomic_flag (code not working)...


c++11concurrencyatomicmemory-model

Read More
Does value initialization work for atomic objects?...


c++c++11language-lawyeratomicvalue-initialization

Read More
Should trivial default constructor respect default member initializer here?...


c++c++14atomicdefault-constructormember-initialization

Read More
How to implement Valois' Queue by C++11's CAS...


c++c++11atomiccompare-and-swap

Read More
Does future::wait() synchronize-with completion of the thread of execution by async()?...


c++c++11synchronizationatomicmemory-model

Read More
Changing data in R to dates...


rdatevectoratomic

Read More
Memory order in shared pointer destructor...


c++c++11shared-ptratomicmemory-barriers

Read More
Unable to rollback a transaction on a checked exception...


javaspringhibernatetransactionalatomic

Read More
C++: Reordering atomic store (release) and load (acquire)...


c++atomic

Read More
How to avoid race condition when refcounting without a mutex?...


c++atomiclock-free

Read More
Solr stores map instead of atomic update...


solratomic

Read More
Why does the initialisation of an object invoke the copy constructor?...


c++initializationatomiccopy-constructor

Read More
Getting 'unordered' semantics in Rust...


rustatomic

Read More
Concurrent reads on non-atomic variable...


c++c++11concurrencylanguage-lawyeratomic

Read More
Reordering and memory_order_relaxed...


c++multithreadingc++11atomicmemory-model

Read More
Lock free linked list insert...


c++multithreadingconcurrencyatomiclock-free

Read More
Replacing #pragma omp atomic with c++ atomics...


c++11c++14openmpatomiccompare-and-swap

Read More
C++: __sync_synchronize() still needed with std::atomic?...


c++linuxatomic

Read More
Atomic property and usage...


iosobjective-catomic

Read More
is it atomic for writing a struct to same global memory location in CUDA?...


cudaatomic

Read More
Which fences exactly provided by std::memory_order in C++?...


c++multithreadingatomicmemory-fencesmemory-barriers

Read More
C++ amp atomics...


c++atomicc++-amp

Read More
Accessing a 64-bit variable in different threads without synchronization or atomicity...


multithreadingmutexatomic

Read More
Allocating a atomic on shared memory...


c++linuxatomic

Read More
What exception guarantees do gcc atomic builtins offer?...


c++exceptiongccatomicbuilt-in

Read More
C++ 11 can you safely pass and access std::atomics by reference in different threads...


c++multithreadingc++11pass-by-referenceatomic

Read More
BackNext