/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/ |
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/system/core/include/sync/ |
sync.h | 44 /* timeout in msecs */ 45 int sync_wait(int fd, int timeout);
|
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 91 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which', 137 class TIMEOUT(ExceptionPexpect): 139 """Raised when a read time exceeds the timeout. """ 141 ##class TIMEOUT_PATTERN(TIMEOUT): 142 ## """Raised when the pattern match time exceeds the timeout. 143 ## This is different than a read TIMEOUT because the child process may 144 ## give output, thus never give a TIMEOUT, but the output 151 def run(command, timeout=-1, withexitstatus=False, events=None, 212 events={TIMEOUT:print_ticks}, timeout=5 [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 279 * - The transfer has a timeout and the timeout expires before all data is 366 * the transfer (and to set the remaining details such as callback and timeout). 607 * On some platforms a timerfd is used, so the timeout handling is just another 609 * the timeout to handle it. So, in addition to considering libusbx's file 616 * the next timeout expires. 663 * poll()/select() timeout accordingly. 680 using a timeout no larger than the value libusbx just suggested) 683 if (time has elapsed to or beyond the libusbx timeout) 1203 unsigned int timeout = local 1236 struct timeval *timeout = &transfer->timeout; local 1810 struct timespec timeout; local 2064 struct timeval timeout; local [all...] |
/external/libusb/libusb/ |
io.c | 277 * - The transfer has a timeout and the timeout expires before all data is 364 * the transfer (and to set the remaining details such as callback and timeout). 533 * this requires that libusb is called into at or after the timeout so that 534 * the timeout can be handled. So, in addition to considering libusb's file 540 * the next timeout, see the \ref poll "polling and timing" API documentation. 559 * the next timeout expires. 601 * poll()/select() timeout accordingly. 618 using a timeout no larger than the value libusb just suggested) 621 if (time has elapsed to or beyond the libusb timeout) 1062 unsigned int timeout = local 1093 struct timeval *timeout = &transfer->timeout; local 1646 struct timespec timeout; local 1885 struct timeval timeout; local [all...] |