summaryrefslogblamecommitdiffstats
path: root/spec/glossary/smplocks.yml
blob: 74fe1ea7bfbc74c5ea313dcae4b2e08ce496d80e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     

                                                                          
                
                   
      
                       
                          
               





                                                                         
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: SMP locks
text: |
  The SMP locks ensure mutual exclusion on the lowest level and are a
  replacement for the sections of disabled interrupts.  Interrupts are
  usually disabled while holding an SMP lock.  They are implemented using
  atomic operations.  Currently a ticket lock is used in RTEMS.
type: glossary