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
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
How to understand happens-before consistent
Sep 20, 2022
java
memory-model
Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
May 06, 2017
c#
thread-safety
memory-model
memory-barriers
mesi
What is a consume operation in the C++11 Standard?
Apr 25, 2019
c++
multithreading
c++11
semantics
memory-model
What does "strongly happens before" mean?
Sep 19, 2022
c++
multithreading
language-lawyer
memory-model
happens-before
« Newer Entries
Older Entries »