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 memory-model
Can std::atomic memory barriers be used to transfer non-atomic data between threads?
Dec 22, 2020
c++
c++11
language-lawyer
stdatomic
memory-model
Implementing an acquire for a release from Unsafe.putOrdered*()?
Mar 16, 2020
java
multithreading
concurrency
memory-barriers
memory-model
C11/C++11 Memory Model
Oct 15, 2022
c++
gcc
c++11
memory-model
c11
What's are practical example where acquire release memory order differs from sequential consistency?
Aug 30, 2022
c++
multithreading
c++11
atomic
memory-model
How to understand RELAXED ORDERING in std::memory_order (C++)
Oct 10, 2022
c++
atomic
memory-model
In C/C++, are volatile variables guaranteed to have eventually consistent semantics betwen threads?
Jul 27, 2022
c++
c
multithreading
portability
memory-model
Release/Acquire semantics wrt std::mutex
Mar 06, 2022
c++
multithreading
c++11
mutex
memory-model
What does "release sequence" mean?
Jan 31, 2022
c++
multithreading
c++11
memory-model
stdatomic
What are some use cases for memory_order_relaxed
Apr 17, 2022
c++
memory-model
Atomic pointers in c++ and passing objects between threads
Jun 10, 2021
c++
multithreading
c++11
atomic
memory-model
Does C++11 guarantee memory ordering between a release fence and a consume operation?
Dec 11, 2021
c++
memory-barriers
memory-model
stdatomic
relaxed-atomics
What is the scope of memory flushed or published to various threads when using volatile and synchronized?
Sep 24, 2022
java
synchronization
memory-model
java-memory-model
Fences in C++0x, guarantees just on atomics or memory in general
Oct 14, 2022
c++
multithreading
c++11
memory-barriers
memory-model
C++ memory model - does this example contain a data race?
Apr 17, 2022
c++
c++11
memory-model
Events and multithreading once again
Apr 03, 2022
c#
.net
multithreading
language-lawyer
memory-model
Why is (or isn't) setting fields in a constructor thread-safe?
Oct 18, 2022
c#
multithreading
volatile
memory-model
Java Memory Model: Is it safe to create a cyclical reference graph of final instance fields, all assigned within the same thread?
Sep 06, 2022
java
multithreading
concurrency
memory-model
java-memory-model
C# variable freshness
Feb 09, 2022
c#
multithreading
task-parallel-library
volatile
memory-model
Will two relaxed writes to the same location in different threads always be seen in the same order by other threads?
Dec 21, 2020
c++
c++11
concurrency
memory-model
stdatomic
Does Delphi have any equivalent to C's volatile variable?
Sep 22, 2022
c
multithreading
delphi
volatile
memory-model
« Newer Entries
Older Entries »