Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dintrcheck.c81 int interrupted = 0; in PyOS_InterruptOccurred() local
84 interrupted = 1; in PyOS_InterruptOccurred()
86 return interrupted; in PyOS_InterruptOccurred()
104 static int interrupted; variable
109 interrupted = 1; in PyErr_SetInterrupt()
126 switch (interrupted++) { in intcatcher()
137 interrupted = 0; in intcatcher()
163 if (!interrupted) in PyOS_InterruptOccurred()
165 interrupted = 0; in PyOS_InterruptOccurred()
/device/google/wahoo/
Drecovery.wipe8 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/bonito/
Drecovery.wipe8 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/marlin/
Drecovery.wipe.common8 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/crosshatch/
Drecovery.wipe10 # correctly even if the wiping process gets interrupted by a force boot.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py375 interrupted = False
548 interrupted = True
570 interrupted = True
588 if interrupted:
596 if not bad and not skipped and not interrupted and len(good) > 1:
660 sys.exit(len(bad) > 0 or interrupted)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.asm191 ;; SS from interrupted task
192 ;; RSP from interrupted task
193 ;; rflags from interrupted task
194 ;; CS from interrupted task
195 ;; RIP from interrupted task
DAsmFuncs.nasm188 ;; SS from interrupted task
189 ;; RSP from interrupted task
190 ;; rflags from interrupted task
191 ;; CS from interrupted task
192 ;; RIP from interrupted task
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.S99 ## eflags from interrupted task
100 ## CS from interrupted task
101 ## EIP from interrupted task
DAsmFuncs.asm193 ;; eflags from interrupted task
194 ;; CS from interrupted task
195 ;; EIP from interrupted task
DAsmFuncs.nasm186 ;; eflags from interrupted task
187 ;; CS from interrupted task
188 ;; EIP from interrupted task
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1083 int interrupted; in file_read() local
1088 interrupted = ferror(f->f_fp) && errno == EINTR; in file_read()
1090 if (interrupted) { in file_read()
1098 if (interrupted) in file_read()
1114 if (bytesread < buffersize && !interrupted) { in file_read()
1155 int interrupted; in file_readinto() local
1160 interrupted = ferror(f->f_fp) && errno == EINTR; in file_readinto()
1162 if (interrupted) { in file_readinto()
1170 if (interrupted) in file_readinto()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-update.rst335 For normal world callers, BL1 sets the previously interrupted secure image state
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.nasm691 ; Replace the EIP of interrupted task with stub function