HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_TIMEOUT_US (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait_bitset01.c 34 #define DEFAULT_TIMEOUT_US 100010
45 verify_futex_wait_bitset(DEFAULT_TIMEOUT_US, CLOCK_MONOTONIC);
futex_wait_bitset02.c 34 #define DEFAULT_TIMEOUT_US 100010
45 verify_futex_wait_bitset(DEFAULT_TIMEOUT_US, CLOCK_REALTIME);
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 73 private static final long DEFAULT_TIMEOUT_US = 10000;
496 int inputBufIndex = decoder.dequeueInputBuffer(DEFAULT_TIMEOUT_US);
529 int res = decoder.dequeueOutputBuffer(info, DEFAULT_TIMEOUT_US);
    [all...]

Completed in 564 milliseconds