HomeSort by relevance Sort by last modified time
    Searched refs:intSta (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/core/
eventQ.c 104 uint64_t intSta;
114 intSta = cpuIntsOff();
124 cpuIntsRestore (intSta);
138 intSta = cpuIntsOff();
153 cpuIntsRestore(intSta);
162 uint64_t intSta = cpuIntsOff();
174 cpuIntsRestore(intSta);
181 uint64_t intSta;
185 intSta = cpuIntsOff();
202 cpuIntsRestore(intSta);
    [all...]
timer.c 121 uint64_t intSta = cpuIntsOff();
168 cpuIntsRestore(intSta);

Completed in 76 milliseconds