mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
arm: yield instruction stub
This commit is contained in:
@@ -18464,6 +18464,10 @@ The following Raspberry Pi bibliography helped us get this sample up and running
|
|||||||
|
|
||||||
The best article to understand spinlocks is: https://eli.thegreenplace.net/2018/basics-of-futexes/
|
The best article to understand spinlocks is: https://eli.thegreenplace.net/2018/basics-of-futexes/
|
||||||
|
|
||||||
|
====== ARM YIELD instruction
|
||||||
|
|
||||||
|
https://stackoverflow.com/questions/59311066/how-does-the-arm-yield-instruction-inform-other-threads-that-they-could-start-a
|
||||||
|
|
||||||
===== ARM LDAXR and STLXR instructions
|
===== ARM LDAXR and STLXR instructions
|
||||||
|
|
||||||
Can be used to implement atomic variables, see also:
|
Can be used to implement atomic variables, see also:
|
||||||
|
|||||||
Reference in New Issue
Block a user