Home
last modified time | relevance | path

Searched defs:EINTR (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h52 #define EINTR 4 /* Interrupted system call */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsocket.py94 EINTR = getattr(errno, 'EINTR', 4) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py98 EINTR = getattr(errno, 'EINTR', 4) variable
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h56 #define EINTR __EINTR /* 4 Interrupted system call */ macro