Searched refs:sysconf (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/bionic/
H A Dgetdtablesize.c29 #include <sys/sysconf.h>
36 return sysconf(_SC_OPEN_MAX);
H A Dsysconf.cpp39 #include <sys/sysconf.h>
154 int sysconf(int name) { function
/bionic/tests/
H A Dunistd_test.cpp23 ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0);
H A Dpthread_test.cpp32 #if !defined(__GLIBC__) // glibc uses keys internally that its sysconf value doesn't account for.
36 for (int i = 0; i < sysconf(_SC_THREAD_KEYS_MAX); ++i) {
39 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << sysconf(_SC_THREAD_KEYS_MAX);
/bionic/libc/include/
H A Dunistd.h35 #include <sys/sysconf.h>
182 extern int sysconf(int name);
/bionic/libc/include/sys/
H A Dsysconf.h35 /* as listed by Posix sysconf() description */
132 extern int sysconf(int name);
/bionic/libc/stdio/
H A Dfindfp.c149 #define getdtablesize() sysconf(_SC_OPEN_MAX)
/bionic/libc/kernel/arch-x86/asm/
H A Dvoyager.h402 __u8 sysconf; member in struct:voyager_psi_regs
/bionic/libc/
H A DAndroid.mk243 bionic/sysconf.cpp \
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1486 #include <unistd.h> /* for sbrk, sysconf */
1558 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)

Completed in 327 milliseconds