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

  /bionic/libc/bionic/
pthread-timers.c 111 int volatile overruns; /* current number of overruns */ member in struct:thr_timer
363 timer->overruns = 0;
527 result = timer->overruns;
589 if (timer->overruns < DELAYTIMER_MAX)
590 timer->overruns += 1;
600 timer->overruns = 1;
625 /* now clear the overruns counter. it only makes sense
627 timer->overruns = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 394 unsigned long overruns; member in struct:asystats
cyclades.h 90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
  /external/iproute2/doc/
ip-cref.tex 507 \item \verb|overrun| --- the total number of receiver overruns resulting
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
    [all...]

Completed in 63 milliseconds