Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/single_process/src/
Dsysconf.c17 ret = sysconf(_SC_VERSION); in ZTEST()
21 ret = sysconf(_SC_MEMLOCK_RANGE); in ZTEST()
25 ret = sysconf(_SC_SEMAPHORES); in ZTEST()
/Zephyr-latest/lib/posix/options/
DKconfig.proc111 Select 'y' here to use confstr(), environ, errno, getenv(), setenv(), sysconf(), uname(),
27 The sysconf() function is implemented compile-time constant via macros. This is the option
28 with the least overhead. The downside is that sysconf() is not an addressable function.
33 The sysconf() function is implemented as a large integer-integer array. The advantage if this
34 option is that all sysconf() options can be queried and that the sysconf() symbol is
DCMakeLists.txt105 sysconf.c
Dsysconf.c17 long sysconf(int x) in sysconf() function
/Zephyr-latest/include/zephyr/posix/
Dunistd.h75 #define sysconf(x) (long)CONCAT(__z_posix_sysconf, x) macro
77 long sysconf(int opt);
/Zephyr-latest/soc/snps/arc_iot/
DCMakeLists.txt7 sysconf.c
Dsysconf.c16 #define sysconf_reg_ptr ((sysconf_reg_t *)(DT_REG_ADDR(DT_NODELABEL(sysconf))))
/Zephyr-latest/dts/arc/synopsys/
Darc_iot.dtsi36 sysconf: system-configuration@f000a000 { label
37 compatible = "snps,arc-iot-sysconf";
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h299 #define sysconf(x) (long)CONCAT(__z_posix_sysconf, x) macro
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst521 sysconf(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1182 * Added compile-time-constant sysconf() implementation.
Drelease-notes-3.2.rst1146 * :dtcompatible:`snps,arc-iot-sysconf`