package ti.sdo.ipc.gates

IPC-related gates

Contains modules that provide various implementations of multiprocessor gates.
XDCspec declarations sourced in ti/sdo/ipc/gates/package.xdc
package ti.sdo.ipc.gates [1, 0, 0, 0] {
 
    module GateAAMonitor;
    // Multiprocessor gate that utilizes an atomic access monitor (AAM)
    module GateHWSem;
    // Multiprocessor gate that utilizes hardware semaphores
    module GateHWSpinlock;
    // Multiprocessor gate that utilizes a hardware spinlock
    module GateMPSupportNull;
    // Module to plug GateMP proxies
    module GatePeterson;
    // IGateMPSupport gate based on the Peterson algorithm
    module GatePetersonN;
    // IGateMPSupport gate based on the Peterson's algorithm
}
generated on Fri, 21 Aug 2015 19:35:39 GMT