Changes

Jump to navigation Jump to search
433 bytes removed ,  12:58, 25 September 2016
Content moved to CTR API
Line 288: Line 288:     
=== ReleaseMutex ===
 
=== ReleaseMutex ===
  −
== Critical Section (light-weight mutex) ==
  −
  −
Similar to a mutex, but faster and no priority inheritance. Therefore problems such as priority inversion may occur.
  −
  −
=== CriticalSection::Initialize ===
  −
  −
Creates an object
  −
  −
=== CriticalSection::Enter ===
  −
  −
Locks out threads from accessing a critical section.
  −
  −
=== CriticalSection::Leave ===
  −
  −
Unlocks and allows for access to a critical section.
      
== Semaphore ==
 
== Semaphore ==
  −
== Light Semaphore ==
      
== Event ==
 
== Event ==
  −
== Light Event ==
      
== Address Arbiters ==
 
== Address Arbiters ==
549

edits

Navigation menu