Home
last modified time | relevance | path

Searched refs:intSta (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
DeventQ.c104 uint64_t intSta; in evtQueueEnqueue() local
114 intSta = cpuIntsOff(); in evtQueueEnqueue()
124 cpuIntsRestore (intSta); in evtQueueEnqueue()
138 intSta = cpuIntsOff(); in evtQueueEnqueue()
153 cpuIntsRestore(intSta); in evtQueueEnqueue()
162 uint64_t intSta = cpuIntsOff(); in evtQueueRemoveAllMatching() local
174 cpuIntsRestore(intSta); in evtQueueRemoveAllMatching()
181 uint64_t intSta; in evtQueueDequeue() local
185 intSta = cpuIntsOff(); in evtQueueDequeue()
202 cpuIntsRestore(intSta); in evtQueueDequeue()
[all …]
Dtimer.c110 uint64_t intSta = cpuIntsOff(); in timFireAsNeededAndUpdateAlarms() local
153 cpuIntsRestore(intSta); in timFireAsNeededAndUpdateAlarms()