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

  /external/bison/darwin-lib/
stdlib.h 48 /* Solaris declares getloadavg() in <sys/loadavg.h>. */
535 _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem)
538 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem));
539 _GL_CXXALIASWARN (getloadavg);
541 # undef getloadavg macro
543 _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - "
544 "use gnulib module getloadavg for portability");
    [all...]
  /external/bison/linux-lib/
stdlib.h 48 /* Solaris declares getloadavg() in <sys/loadavg.h>. */
535 _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem)
538 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem));
539 _GL_CXXALIASWARN (getloadavg);
541 # undef getloadavg macro
543 _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - "
544 "use gnulib module getloadavg for portability");
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 73 special installation to be able to call getloadavg. */
91 if the system has its own `getloadavg' function.
503 getloadavg (double loadavg[], int nelem)
1011 loads = getloadavg (avg, 3);
501 getloadavg (double loadavg[], int nelem) function

Completed in 3542 milliseconds