CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
atomic
09-12
Enterprise
Is there a way to ensure that inserts do not happen until after all data is collected for that row?
09-03
OS
Atomic array in C11
08-28
OS
Why can relaxed operation be reordered? Doesn't program order imply happens-before?
08-28
OS
C sequential consistency and happens before relation
08-26
Enterprise
C : std::memory_order in std::atomic_flag::test_and_set to do some work only once by a set of threa
08-19
Net
Have ServiceBus respect transaction scope?
08-19
Software design
Simulating waitgroups using Go atomics
08-18
OS
Rust: Using Mutexes to Allow Access to Data from multiple threads
08-18
Software design
Changing code from Sequntial Consistency to a less stringent ordering
08-16
Net
Is it possible to build a atomic "release-and-acquire" operation on two locks in riscv?
07-20
Net
C atomics reading stale value
07-18
Software engineering
Interlocked & Thread-Safe operations
07-17
Net
Cocoa atomic properties and autorelease
07-11
Net
Correct way to check bool flag in thread
07-11
OS
How to map atomic values in array in Rust
07-09
Blockchain
Atomic wait memory_order
07-07
database
C 20 mutex with atomic wait
07-04
front end
Happens Before relationship in the same thread
07-03
database
Atomic equivalent for C89
06-30
database
Update WHERE (SELECT COUNT(*)) atomicity and race conditions. Suggestions?
06-25
database
In the example of std::atomic<T>::exchange, why the count of times is not 25?
06-25
Back-end
How to atomically read multiple variable at once in C?
06-23
Net
C share atomic_int64_t between different process?
06-19
Net
Call the notify_all method after store with release memory order on an atomic
06-12
Software design
race condition using OpenMP atomic capture operation for 3D histogram of particles and making an ind
06-11
Software engineering
In C using Clang atomics, how should I perform an atomic pre-increment?
05-28
Enterprise
If atomic_compare_exchange isn't atomic on its own thread, how can it implement a lock?
05-09
Blockchain
Does std::atomic<> gurantee that store() operation is propagated immediately (almost) to other
05-04
Software engineering
Is my understanding of __ATOMIC_SEQ_CST correct? (I'd like to write a mutex with it atomics)
04-29
database
Atomic function pointer call compiles in gcc, but not in clang and msvc
04-27
Mobile
using a 32bit ARM processor to write 64bit atomic operation in assembly in user mode in a multithrea
04-25
Mobile
Is it safe to write unaligned to an immediate operand in machine code while that code is executing?
04-20
Enterprise
Are unaligned writes safe, to an immediate operand in machine code while that code is executing?
04-15
Blockchain
Which types on a 64-bit computer are naturally atomic in gnu C and gnu C ?--meaning they have atomi
04-15
Software engineering
8086 lock pin and ASM LOCK prefix how it works
04-14
Software design
Which types on a 64-bit computer are naturally atomic in C and C ?--meaning they have atomic reads,
04-13
Mobile
Update MongoDB document with its own fields
04-03
front end
Is a memory barrier required to read a value that is atomically modified?
03-28
Enterprise
std::atomic<bool> execution guarantee?
03-28
Software design
Efficiency comparation in `sync.Mutex`, `sync.Map`, and `atomic.Value`
69
1
2
Next
Last
Links:
CodePudding