Home
last modified time | relevance | path

Searched refs:sysconf (Results 1 – 11 of 11) sorted by relevance

/third_party/ulib/musl/src/legacy/
A Dgetdtablesize.c6 int max = sysconf(_SC_OPEN_MAX); in getdtablesize()
/third_party/uapp/dash/src/bltin/
A Dtimes.c17 long int clk_tck = sysconf(_SC_CLK_TCK); in timescmd()
/third_party/uapp/dash/src/
A Dsystem.h98 long sysconf(int) __attribute__((__noreturn__));
A Dsystem.c126 long sysconf(int name) in sysconf() function
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixmap.c88 return sysconf (_SC_PAGESIZE); in AcpiOsGetPageSize()
/third_party/ulib/musl/src/conf/
A Dsysconf.c25 long sysconf(int name) { in sysconf() function
/third_party/ulib/musl/include/
A Dunistd.h123 long sysconf(int);
/third_party/ulib/musl/
A DWHATSNEW477 - sysconf now returns dynamic limits for open files, processes
527 - sysconf failure when correct value is -1 (broken in 0.8.8)
598 - sysconf reporting number of available CPUs/cores
993 - missing macros and sysconf for some supported POSIX option groups
1072 - wrong values for some sysconf properties
1198 - sysconf extensions to query physical memory size
1214 - broken, possibly dangerous, use of getrlimit syscall on x32 in sysconf
1235 - improvements to sysconf's handling of unsupported/invalid arguments
A Dmusl-rules.mk183 $(LOCAL_DIR)/src/conf/sysconf.c \
/third_party/ulib/jemalloc/src/
A Djemalloc.c757 result = sysconf(_SC_NPROCESSORS_ONLN); in malloc_ncpus()
/third_party/ulib/jemalloc/
A Dconfigure.ac1290 result = sysconf(_SC_PAGESIZE);

Completed in 22 milliseconds