HomeSort by relevance Sort by last modified time
    Searched refs:ETIMEDOUT (Results 1 - 25 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait05.c 45 if (TST_ERR != ETIMEDOUT) {
47 tst_strerrno(ETIMEDOUT));
futex_wait01.c 47 {&futex, FUTEX_INITIALIZER, 0, ETIMEDOUT},
49 {&futex, FUTEX_INITIALIZER, FUTEX_PRIVATE_FLAG, ETIMEDOUT},
futex_wait_bitset.h 38 if (TST_ERR != ETIMEDOUT) {
40 tst_strerrno(ETIMEDOUT));
  /external/u-boot/test/dm/
mailbox.c 20 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg));
24 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg));
  /external/compiler-rt/test/tsan/
cond_version.c 42 if (res != ETIMEDOUT)
43 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT));
  /external/libusb/libusb/os/
threads_windows.h 46 // We *were* getting ETIMEDOUT from pthread.h:
47 #ifndef ETIMEDOUT
48 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
  /external/u-boot/drivers/tpm/
tpm_tis_lpc.c 137 * appropriate register bits, or -ETIMEDOUT on timeout.
152 return -ETIMEDOUT;
209 if (value == -ETIMEDOUT) {
224 return -ETIMEDOUT;
250 if ((value == -ETIMEDOUT) || !(value & TIS_STS_EXPECT)) {
253 return value == -ETIMEDOUT ? value : -EIO;
275 if ((value == -ETIMEDOUT) || (value & TIS_STS_EXPECT)) {
278 return value == -ETIMEDOUT ? value : -EIO;
313 if (value == -ETIMEDOUT) {
363 if (value == -ETIMEDOUT) {
    [all...]
  /external/u-boot/common/
bootretry.c 48 return -ETIMEDOUT;
  /bionic/libc/bionic/
bionic_futex.cpp 53 return -ETIMEDOUT;
  /bionic/libc/private/
bionic_time_conversions.h 60 return ETIMEDOUT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
5-3.c 12 * [ETIMEDOUT] - The timeout expried and the mutex could not be locked.
18 * ETIMEDOUT.
81 if (ret != ETIMEDOUT) {
83 ("Test FAILED: Expected return code ETIMEDOUT, got: %d.\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
7-1.c 48 if (errno == ETIMEDOUT) {
  /external/u-boot/arch/x86/cpu/broadwell/
me.c 40 return -ETIMEDOUT;
  /external/u-boot/drivers/fpga/
socfpga.c 40 return -ETIMEDOUT;
  /external/u-boot/drivers/net/fsl-mc/
mc_sys.c 45 return -ETIMEDOUT;
  /external/u-boot/include/
wait_bit.h 32 * @return 0 on success, -ETIMEDOUT or -EINTR on failure
70 return -ETIMEDOUT; \
  /external/grpc-grpc/src/core/lib/gpr/
sync_posix.cc 91 GPR_ASSERT(err == 0 || err == ETIMEDOUT || err == EAGAIN);
92 return err == ETIMEDOUT;
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_wait_private_mapped_file.c 62 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) {
68 if (ret && errno == ETIMEDOUT)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
5-1.c 122 if (sync_pipe_wait_select(sync_pipes, 1) != -ETIMEDOUT) {
135 if (sync_pipe_wait_select(sync_pipes, 5) == -ETIMEDOUT) {
  /external/u-boot/board/gdsys/common/
mclink.c 82 return -ETIMEDOUT;
114 return -ETIMEDOUT;
  /external/u-boot/drivers/i2c/
intel_i2c.c 76 return -ETIMEDOUT;
91 return -ETIMEDOUT;
104 return -ETIMEDOUT;
127 return -ETIMEDOUT;
168 return -ETIMEDOUT;
194 return -ETIMEDOUT;
zynq_i2c.c 173 ZYNQ_I2C_INTERRUPT_COMP) ? 0 : -ETIMEDOUT;
211 return -ETIMEDOUT;
229 return -ETIMEDOUT;
268 return -ETIMEDOUT;
280 return -ETIMEDOUT;
289 return -ETIMEDOUT;
  /external/dng_sdk/source/
dng_pthread.h 51 // Get this included so ETIMEDOUT is predefined.
180 #if defined(WIN32) || !defined(ETIMEDOUT)
181 #undef ETIMEDOUT
182 #define ETIMEDOUT DNG_ETIMEDOUT
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 97 if (cc == -ETIMEDOUT) {
99 return ETIMEDOUT;
110 return ETIMEDOUT;
  /external/libcxx/include/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>