HomeSort by relevance Sort by last modified time
    Searched full:timeout (Results 251 - 275 of 3462) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/hdlc/
ioctl.h 43 unsigned int timeout; member in struct:__anon9709
  /external/kernel-headers/original/linux/
wait.h 203 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
206 * @timeout: timeout, in jiffies
215 * The function returns 0 if the @timeout elapsed, and the remaining
216 * jiffies if the condition evaluated to true before the timeout elapsed.
218 #define wait_event_timeout(wq, condition, timeout) \
220 long __ret = timeout; \
288 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
291 * @timeout: timeout, in jiffie
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 138 ** Description This function is called when an LLCP-related timeout occurs
152 /* Link timeout or Symm timeout */
157 /* inactivity timeout */
  /external/llvm/utils/lit/
TODO 9 - Support a timeout / ulimit.
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syssem.c 82 DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
91 if ( timeout == SDL_MUTEX_MAXWAIT ) {
111 if ( timeout == 0 )
147 ulrc = DosWaitEventSem(sem->changed, timeout);
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 134 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
141 if ( timeout == SDL_MUTEX_MAXWAIT )
151 if(KErrNone == sema.Wait(timeout))
157 TInfo* info = new (ELeave)TInfo(timeout, sem->handle);
  /external/valgrind/main/drd/tests/
threaded-fork.c 47 fprintf(stderr, "FAILED - timeout waiting for child\n");
  /external/valgrind/main/none/tests/
threaded-fork.c 45 printf("FAILED - timeout waiting for child\n");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
notimer-after-unload.js 13 {timeout: 0, maximumAge:0}
  /external/webkit/Source/WebCore/manual-tests/wml/
card-ontimer.wml 14 When the timer is timeout(after 5s), will jump to card two.
onevent-refresh.wml 13 <p>When the timer timeout(3s), the page will be refresh. As a consequence, we can see the following variable reference has been substituted</p>
  /external/webkit/Source/WebCore/workers/
WorkerContext.idl 60 [Custom] long setTimeout(in TimeoutHandler handler, in long timeout);
61 // [Custom] long setTimeout(in DOMString code, in long timeout);
63 [Custom] long setInterval(in TimeoutHandler handler, in long timeout);
64 // [Custom] long setInterval(in DOMString code, in long timeout);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
mozilla 61 Timeout
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Mutex.h 42 M4OSA_UInt32 timeout );
M4OSA_Semaphore.h 43 M4OSA_Int32 timeout );
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 46 private NtpTrustedTime(String server, long timeout) {
49 mTimeout = timeout;
64 final long timeout = Settings.Global.getLong( local
68 sSingleton = new NtpTrustedTime(server, timeout);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Event.c 170 struct timespec timeout; local
185 timeout.tv_sec = now.tv_sec + tv_us / 1000000;
186 timeout.tv_nsec = (tv_us % 1000000) * 1000;
203 funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_pipes.h 58 * Defined for Pipe timeout value
67 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
70 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
75 TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout);
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 78 * process. Waits for a reference to become available or the given timeout
85 * becomes available within the timeout period
92 throw new IllegalArgumentException("timeout < 0: " + timeoutMillis);
111 // wait until notified or the timeout has elapsed
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lp.h 41 /* timeout for each character. This is relative to bus cycles -- it
90 #define LPSETTIMEOUT 0x060f /* set parport timeout */
92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
nfs_fs.h 14 /* Default timeout values */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lp.h 41 /* timeout for each character. This is relative to bus cycles -- it
90 #define LPSETTIMEOUT 0x060f /* set parport timeout */
92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
nfs_fs.h 14 /* Default timeout values */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lp.h 41 /* timeout for each character. This is relative to bus cycles -- it
90 #define LPSETTIMEOUT 0x060f /* set parport timeout */
92 /* timeout for printk'ing a timeout, in jiffies (100ths of a second).
nfs_fs.h 14 /* Default timeout values */

Completed in 3365 milliseconds

<<11121314151617181920>>