diff options
author | Thomas Gleixner <[email protected]> | 2021-08-15 23:28:22 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-08-17 17:41:24 +0200 |
commit | 051790eecc03aff6978763791d38c1daea94c2f8 (patch) | |
tree | 4448509f285c4fd2589dc9f5b5d9b160a191490f /tools/perf/scripts/python/libxed.py | |
parent | e4e17af3b7f8841279b5a429de14907e26845c39 (diff) |
locking/spinlock: Provide RT specific spinlock_t
RT replaces spinlocks with a simple wrapper around an rtmutex, which turns
spinlocks on RT into 'sleeping' spinlocks. The actual implementation of the
spinlock API differs from a regular rtmutex, as it does neither handle
timeouts nor signals and it is state preserving across the lock operation.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions