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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h 40 extern long int __sysconf (int);
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h 40 extern long int __sysconf (int);
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h 40 extern long int __sysconf (int);
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /external/bison/lib/
spawn_faction_addclose.c 26 # define __sysconf(open_max) getdtablesize () macro
40 int maxfd = __sysconf (_SC_OPEN_MAX);
spawn_faction_adddup2.c 26 # define __sysconf(open_max) getdtablesize () macro
40 int maxfd = __sysconf (_SC_OPEN_MAX);
spawn_faction_addopen.c 26 # define __sysconf(open_max) getdtablesize () macro
41 int maxfd = __sysconf (_SC_OPEN_MAX);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 246 # define sysconf(id) __sysconf (id)
    [all...]

Completed in 2573 milliseconds